Skip to content

Commit

Permalink
update pixi version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
savente93 committed Oct 23, 2024
1 parent 1617b18 commit af966d3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-data-catalogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v3
- uses: prefix-dev/[email protected]
with:
pixi-version: "v0.21.1"
pixi-version: "v0.24.0"
environments: min-py311
- name: Prepare pixi
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
fetch-depth: 0
- uses: prefix-dev/[email protected]
with:
pixi-version: "v0.21.1"
pixi-version: "v0.24.0"
environments: full-py311

- name: Generate docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: "v0.21.1"
pixi-version: "v0.24.0"
environments: full-py311
- name: Prepare pixi
run: |
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 @@ -16,7 +16,7 @@ jobs:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
- uses: prefix-dev/[email protected]
with:
pixi-version: "v0.21.1"
pixi-version: "v0.24.0"
cache: false
- name: Update pixi lock file
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: "v0.21.1"
pixi-version: "v0.24.0"
environments: full-py${{ matrix.python-version }}
- name: Prepare pixi
run: |
Expand Down

0 comments on commit af966d3

Please sign in to comment.