Skip to content

Commit 812f334

Browse files
committed
update CI
1 parent a27167e commit 812f334

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

.github/workflows/test_cli_macos.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ jobs:
2727
python-version: '3.x'
2828
- name: Install Dependencies
2929
run: |
30-
python -m pip install poetry
31-
poetry self add poetry-plugin-export
32-
poetry export -f requirements.txt --with testing -o requirements.txt --all-extras
33-
python -m pip install -r requirements.txt
30+
python -m pip install pytest pytest-cov
3431
python -m pip install .
3532
- name: Run Tests
3633
env:

.github/workflows/test_cli_ubuntu.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ jobs:
2727
python-version: '3.x'
2828
- name: Install Dependencies
2929
run: |
30-
python -m pip install poetry
31-
poetry self add poetry-plugin-export
32-
poetry export -f requirements.txt --with testing -o requirements.txt --all-extras
33-
python -m pip install -r requirements.txt
30+
python -m pip install pytest pytest-cov
3431
python -m pip install .
3532
- name: Run Tests
3633
env:

.github/workflows/test_cli_windows.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ jobs:
2727
python-version: '3.x'
2828
- name: Install Dependencies
2929
run: |
30-
python -m pip install poetry
31-
poetry self add poetry-plugin-export
32-
poetry export -f requirements.txt --with testing -o requirements.txt --all-extras
33-
python -m pip install -r requirements.txt
30+
python -m pip install pytest pytest-cov
3431
python -m pip install .
3532
- name: Run Tests
3633
env:

0 commit comments

Comments
 (0)