Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albertotb committed Sep 6, 2024
1 parent baa048c commit 5323330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
cache: true
environments: dev
activate-environment: true
- run: pixi add --no-lockfile-update pip
- run: pixi add -e dev --no-lockfile-update pip
- uses: pre-commit/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cache: true
environments: dev
activate-environment: true
- run: pixi add --no-lockfile-update pip
- run: pixi add -e dev --no-lockfile-update pip
- uses: pre-commit/[email protected]
with:
# Ejecutar solo en ficheros que hayan cambiado https://github.com/pre-commit/action/issues/7
Expand Down

0 comments on commit 5323330

Please sign in to comment.