Skip to content

Commit

Permalink
Update pixi v0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Dec 20, 2024
1 parent 2f26697 commit 2201057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
uses: prefix-dev/[email protected]
with:
pixi-version: v0.28.2
pixi-version: v0.38.0
run-install: false
- name: Set version
if: steps.install-pixi.outcome == 'success'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/prefix-dev/pixi:0.27.1 AS install
FROM ghcr.io/prefix-dev/pixi:0.38.0 AS install

COPY . /app
WORKDIR /app
Expand Down

0 comments on commit 2201057

Please sign in to comment.