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 99f6861 commit 465ca8e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
machine:
image: 'windows-server-2019-vs2019:current'
shell: powershell.exe -ExecutionPolicy Bypass
resource_class: windows.xlarge
resource_class: windows.large

steps:
- checkout
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
pip3 install --upgrade pip setuptools
pip3 install --requirement requirements/requirements_tests.txt
pip3 install --requirement requirements/requirements_no_deps.txt --no-deps
:: Download models and data files
# Download models and data files
python3 utils/wl_downloader_ci.py
name: Install dependencies

Expand All @@ -96,7 +96,7 @@ jobs:
Linux:
machine:
image: ubuntu-2004:current
resource_class: xlarge
resource_class: large

steps:
- checkout
Expand All @@ -107,7 +107,7 @@ jobs:
pip install --upgrade pip setuptools
pip install --requirement requirements/requirements_tests.txt
pip install --requirement requirements/requirements_no_deps.txt --no-deps
:: Download models and data files
# Download models and data files
python utils/wl_downloader_ci.py
name: Install dependencies

Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
pip install --upgrade pip setuptools
pip install --requirement requirements/requirements_tests.txt
pip install --requirement requirements/requirements_no_deps.txt --no-deps
:: Download models and data files
# Download models and data files
python utils/wl_downloader_ci.py
name: Install dependencies

Expand Down

0 comments on commit 465ca8e

Please sign in to comment.