Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbaldwin44 committed Jul 8, 2024
1 parent 1b7ab16 commit 4ce5891
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 @@ -53,7 +53,7 @@ jobs:
# Install test dependencies (tox) to the root (non-package install)
- name: Install dependencies
run: |
python -m poetry install --no-root --only test
python -m poetry install --only test
- name: set full Python version in PY env var
# See https://pre-commit.com/#github-actions-example
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
Expand Down

0 comments on commit 4ce5891

Please sign in to comment.