Skip to content

Commit

Permalink
Use uv tool runner for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Aug 24, 2024
1 parent 1a31a22 commit b8f1210
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- uses: yezz123/setup-uv@v4

- name: Install build tools
run: uv pip install nox

# Not sure why these are needed, probably removed
# - name: Install Scipy prerequisites for Ubuntu
# if: startsWith(matrix.platform, 'ubuntu')
Expand All @@ -47,4 +44,4 @@ jobs:
# run: python -m tox run -e py-scipy

- name: Run tests
run: python -m nox -s tests
run: uvx nox -s tests

0 comments on commit b8f1210

Please sign in to comment.