Skip to content

Commit

Permalink
Update pixi version in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deltamarnix committed Dec 12, 2024
1 parent 20273e6 commit 343d145
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
paths-ignore:
- '**.md'
- '.gitignore'
env:
PIXI_VERSION: v0.39.2
jobs:
lint:
name: Lint
Expand All @@ -23,7 +25,7 @@ jobs:
- name: Setup pixi
uses: prefix-dev/[email protected]
with:
pixi-version: v0.32.0
pixi-version: $PIXI_VERSION
environments: dev
activate-environment: true

Expand All @@ -41,7 +43,7 @@ jobs:
- name: Setup pixi
uses: prefix-dev/[email protected]
with:
pixi-version: v0.32.0
pixi-version: $PIXI_VERSION
environments: dev
activate-environment: true

Expand Down Expand Up @@ -77,7 +79,7 @@ jobs:
- name: Setup pixi
uses: prefix-dev/[email protected]
with:
pixi-version: v0.32.0
pixi-version: $PIXI_VERSION
environments: test${{ matrix.python }}
activate-environment: true

Expand Down

0 comments on commit 343d145

Please sign in to comment.