Skip to content

Commit

Permalink
fix: fix the poetry command
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Oct 19, 2023
1 parent d8e0e76 commit 5133306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
python -m pip install --upgrade pip
python -m pip install poetry tox tox-gh-actions
- name: Test the lock file is up to date
run: python -m poetry lock --check
run: python -m poetry check --lock
- name: Test the Python version with tox
run: tox

0 comments on commit 5133306

Please sign in to comment.