Skip to content

Commit

Permalink
Use workflow commands
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Aug 28, 2024
1 parent de041b3 commit 4b0f0d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
uv tool install nox
- if: ${{ startsWith(matrix.os, 'windows') }}
run: $env:PATH = "C:\Users\runneradmin\.local\bin;$env:PATH"
run: |
echo "PATH: C:/Users/runneradmin/.local/bin;$PATH" >> $GITHUB_ENV
- name: Run Nox
env:
Expand Down

0 comments on commit 4b0f0d1

Please sign in to comment.