Skip to content

Commit

Permalink
Fix Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
andmat900 committed Oct 1, 2024
1 parent 6f81aa1 commit 597cd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Tox
run: pip install tox
- name: Upgrade setuptools
run: pip install -U setuptools
run: pip install -U setuptools>=72 "setuptools_scm[toml]>=8"
- name: Run Tox on suite runner
run: tox
working-directory: ./projects/etos_suite_runner
Expand Down

0 comments on commit 597cd0b

Please sign in to comment.