Skip to content

Commit

Permalink
Fix uv on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Aug 28, 2024
1 parent 4f36fa5 commit 1874771
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ jobs:
UV_CONSTRAINT: ${{ github.workspace }}/.github/workflows/constraints.txt
run: |
uv tool install nox
nox --version
- if: ${{ startsWith(matrix.os, 'windows') }}
run: $env:PATH = "C:\Users\runneradmin\.local\bin;$env:PATH"

- name: Run Nox
env:
Expand Down

0 comments on commit 1874771

Please sign in to comment.