Skip to content

Commit

Permalink
Tests: Add CI - CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
BLKSerene committed Aug 14, 2023
1 parent 465ca8e commit 6e9e7a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ jobs:
# Install dependencies
- run:
command: |
pip install --upgrade pip setuptools
pip install --requirement requirements/requirements_tests.txt
pip install --requirement requirements/requirements_no_deps.txt --no-deps
pip3.11 install --upgrade pip setuptools
pip3.11 install --requirement requirements/requirements_tests.txt
pip3.11 install --requirement requirements/requirements_no_deps.txt --no-deps
# Download models and data files
python utils/wl_downloader_ci.py
python3.11 utils/wl_downloader_ci.py
name: Install dependencies

# Run tests
Expand Down

0 comments on commit 6e9e7a9

Please sign in to comment.