Skip to content

Commit

Permalink
Uses the dev environment in GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jevandezande committed Jul 31, 2024
1 parent 9089136 commit 26e0328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
with:
pixi-version: v0.25.0
cache: true
environments: dev

- run: pixi global install direnv
- run: pixi global install pre-commit

- run: pixi run fmt
- run: pixi run lint
Expand Down
1 change: 1 addition & 0 deletions {{cookiecutter.package_name}}/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
pixi-version: v0.25.0
cache: true
environments: dev

- run: pixi run fmt
- run: pixi run lint
Expand Down

0 comments on commit 26e0328

Please sign in to comment.