Skip to content

Commit

Permalink
fix: Improve consistency
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Butler <[email protected]>
  • Loading branch information
butler54 committed Nov 7, 2023
1 parent f40b598 commit a6a9200
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 @@ -41,7 +41,7 @@ jobs:
# so that coverage will be recorded for the module
run: |
pip install flit
flit install --only-deps
flit install --deps=all
- name: Run pytest
run: |
Expand Down

0 comments on commit a6a9200

Please sign in to comment.