Skip to content

Commit

Permalink
update pixi version used in CI
Browse files Browse the repository at this point in the history
	modified:   .github/workflows/macos-pixi-conda.yml
	modified:   .github/workflows/ubuntu-pixi-conda.yml
  • Loading branch information
Sajid Ali committed Jun 20, 2024
1 parent c42da95 commit f891383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-pixi-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: build_and_test
uses: prefix-dev/[email protected]
with:
pixi-version: v0.23.0
pixi-version: v0.24.2
cache: true
- run: |
pixi run cmake
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-pixi-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: build_and_test
uses: prefix-dev/[email protected]
with:
pixi-version: v0.23.0
pixi-version: v0.24.2
cache: true
- run: |
pixi run cmake
Expand Down

0 comments on commit f891383

Please sign in to comment.