Skip to content

Commit

Permalink
Make sure tox is available
Browse files Browse the repository at this point in the history
  • Loading branch information
walles committed Feb 28, 2024
1 parent 533d6eb commit cdbca6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
pip install tox==${{ env.TOX_VERSION }}
- name: Prevent 0.0.0 releases
run: |
. ./env/bin/activate
tox -e version.py
cat px/version.py
! grep '0.0.0' px/version.py
Expand Down

0 comments on commit cdbca6c

Please sign in to comment.