Skip to content

Commit abe3bb3

Browse files
authored
Merge pull request #903 from sanders41/dependabot/github_actions/prefix-dev/setup-pixi-0.9.1
Bump prefix-dev/setup-pixi from 0.8.1 to 0.9.1
2 parents 413d26c + d46b601 commit abe3bb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ jobs:
405405
run: ./scripts/ci_run.sh ${{ matrix.project_type }} 5
406406
shell: bash
407407
- name: Install Pixi
408-
uses: prefix-dev/setup-pixi@v0.8.1
408+
uses: prefix-dev/setup-pixi@v0.9.1
409409
with:
410410
manifest-path: ${{ env.WORKING_DIR }}/pyproject.toml
411411
pixi-version: v0.30.0
@@ -441,7 +441,7 @@ jobs:
441441
run: ./scripts/ci_run.sh ${{ matrix.project_type }} 5
442442
shell: bash
443443
- name: Install Pixi
444-
uses: prefix-dev/setup-pixi@v0.8.1
444+
uses: prefix-dev/setup-pixi@v0.9.1
445445
with:
446446
manifest-path: ${{ env.WORKING_DIR }}/pyproject.toml
447447
pixi-version: v0.30.0

0 commit comments

Comments
 (0)