Skip to content

Commit

Permalink
ci: fix tagged_release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Brulatout authored and mbrulatout committed Mar 18, 2024
1 parent 45c8d6a commit a03af26
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tagged_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ jobs:
runs-on: "ubuntu-latest"

steps:
# ...
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
- name: "Build & test"
run: tox -e py

Expand Down

0 comments on commit a03af26

Please sign in to comment.