Skip to content

Commit

Permalink
ci: try using tox-uv
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Sep 5, 2024
1 parent f6da25a commit b03b9bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ jobs:
- name: Setup python for tox
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.12

- name: Install tox
run: python -m pip install tox
run: python -m pip install tox tox-uv uv

- name: Run test suite via tox
if: matrix.tox-target == 'tox'
Expand Down

0 comments on commit b03b9bd

Please sign in to comment.