Skip to content

Commit

Permalink
fix ci syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
snopoke committed Nov 9, 2023
1 parent e2c2f94 commit c19e0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
# Explicitly also install tox-gh-actions to prevent tests from using system interpreter
run: |
poetry install --no-interaction=
poetry install --no-interaction
pip install tox-gh-actions
- name: Run tox
run: tox

0 comments on commit c19e0e0

Please sign in to comment.