Skip to content

Commit

Permalink
Fix version check step.
Browse files Browse the repository at this point in the history
  • Loading branch information
Liraim committed Jul 22, 2024
1 parent 5770b7c commit b49708c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install dependencies
run: pip install poetry && poetry install
- name: Check _version.py was updated
env:
PYTHONPATH: ./tracely/src
Expand Down

0 comments on commit b49708c

Please sign in to comment.