Skip to content

Commit

Permalink
try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
specialunderwear committed Dec 19, 2023
1 parent 7c8ffd6 commit c1bfafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install .[test,dev]
poetry install --all-extras --no-root
- name: Check code quality
Expand Down

0 comments on commit c1bfafe

Please sign in to comment.