Skip to content

Commit

Permalink
Merge pull request #325 from Deltares/dependabot/github_actions/prefi…
Browse files Browse the repository at this point in the history
…x-dev/setup-pixi-0.8.2

Bump prefix-dev/setup-pixi from 0.8.1 to 0.8.2
  • Loading branch information
Huite authored Feb 17, 2025
2 parents 2d9a4a6 + b05354d commit e81ed54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Check out repo
uses: actions/checkout@v4
- name: Setup Pixi
uses: prefix-dev/setup-pixi@v0.8.1
uses: prefix-dev/setup-pixi@v0.8.2
with:
manifest-path: pyproject.toml
- name: Run Tests
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Check out repo
uses: actions/checkout@v4
- name: Setup Pixi
uses: prefix-dev/setup-pixi@v0.8.1
uses: prefix-dev/setup-pixi@v0.8.2
with:
manifest-path: pyproject.toml
- name: Run Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pixi_auto_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Set up pixi
uses: prefix-dev/setup-pixi@v0.8.1
uses: prefix-dev/setup-pixi@v0.8.2
with:
run-install: false
- name: Update lockfiles
Expand Down

0 comments on commit e81ed54

Please sign in to comment.