Skip to content

Commit

Permalink
Use uv tool update-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Aug 28, 2024
1 parent 4b0f0d1 commit 9a5e150
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 @@ -69,12 +69,9 @@ jobs:
env:
UV_CONSTRAINT: ${{ github.workspace }}/.github/workflows/constraints.txt
run: |
uv tool update-shell
uv tool install nox
- if: ${{ startsWith(matrix.os, 'windows') }}
run: |
echo "PATH: C:/Users/runneradmin/.local/bin;$PATH" >> $GITHUB_ENV
- name: Run Nox
env:
SQLALCHEMY_VERSION: ${{ matrix.sqlalchemy }}
Expand Down

0 comments on commit 9a5e150

Please sign in to comment.