Skip to content

Commit

Permalink
uvx version syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Dec 13, 2024
1 parent 7030fe6 commit 0580dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ jobs:
TOX_SKIP_ENV: '.*?(py311).*?'
TOX_PARALLEL_NO_SPINNER: 1
shell: bash -l {0}
run: uvx tox==3.28.0 --parallel
run: uvx tox@3.28.0 --parallel

- name: Run tests, workflow dispatch so test all Python versions
if: github.event_name == 'workflow_dispatch'
env:
TOX_PARALLEL_NO_SPINNER: 1
shell: bash -l {0}
run: uvx tox==3.28.0 --parallel
run: uvx tox@3.28.0 --parallel

- name: Upload test results
if: always()
Expand Down

0 comments on commit 0580dc9

Please sign in to comment.