Skip to content

Commit

Permalink
Fix tool installation
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Aug 28, 2024
1 parent 1874771 commit e1e8901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cookiecutter-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ jobs:
env:
UV_CONSTRAINT: ${{ github.workspace }}/.github/workflows/constraints.txt
run: |
uv install tool pre-commit
uv tool install pre-commit
pre-commit --version
- name: Install Nox
env:
UV_CONSTRAINT: ${{ github.workspace }}/.github/workflows/constraints.txt
run: |
uv install tool nox
uv tool install nox
nox --version
- name: Run Nox
Expand Down

0 comments on commit e1e8901

Please sign in to comment.