Skip to content

Commit e628e3d

Browse files
committed
update gh action to install test dependencies
1 parent ae1f598 commit e628e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
python -m pip install --upgrade pip
2020
pip install poetry
21-
poetry install --all-extras
21+
poetry install --all-extras --with test
2222
- name: Test with pytest
2323
run: poetry run pytest
2424

0 commit comments

Comments
 (0)