Skip to content

Commit

Permalink
Use uvx
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Aug 28, 2024
1 parent e1e8901 commit ebf6904
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,11 @@ jobs:

- uses: hynek/[email protected]

- name: Install Nox
env:
UV_CONSTRAINT: ${{ github.workspace }}/.github/workflows/constraints.txt
run: |
uv tool install nox
- if: ${{ startsWith(matrix.os, 'windows') }}
run: $env:PATH = "C:\Users\runneradmin\.local\bin;$env:PATH"

- name: Run Nox
env:
SQLALCHEMY_VERSION: ${{ matrix.sqlalchemy }}
run: |
nox --verbose
uvx nox --verbose
- uses: actions/upload-artifact@v4
if: always() && (matrix.session == 'tests')
Expand Down

0 comments on commit ebf6904

Please sign in to comment.