Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use same pixi version on all of CI (0.20.0) #6088

Merged
merged 6 commits into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto_approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.5.2
with:
pixi-version: v0.18.0
pixi-version: v0.19.1

- name: Wait a few seconds
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checkboxes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.5.2
with:
pixi-version: v0.18.0
pixi-version: v0.19.1

- name: Check PR checkboxes
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_pr_summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.5.2
with:
pixi-version: v0.18.0
pixi-version: v0.19.1

- id: "auth"
uses: google-github-actions/auth@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_sync_release_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.5.2
with:
pixi-version: v0.18.0
pixi-version: v0.19.1

- id: "auth"
uses: google-github-actions/auth@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_update_pr_body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.5.2
with:
pixi-version: v0.18.0
pixi-version: v0.19.1

- name: Update PR description
run: |
Expand Down
Loading
Loading