Skip to content

Commit

Permalink
Update pythonci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabegma committed Aug 1, 2023
1 parent b740d29 commit d25838b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- run: poetry --version
- name: Install dependencies
run: |
poetry install --extras cpu --no-interaction --no-ansi
poetry install --without dev,docs --extras cpu --no-interaction --no-ansi
- name: Test with pytest/flake8/mypy
env:
PYTEST_ADDOPTS: "--color=yes"
Expand Down

0 comments on commit d25838b

Please sign in to comment.