Skip to content

Commit

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

Expand All @@ -38,12 +36,12 @@ jobs:
steps:

- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup pixi
uses: prefix-dev/[email protected]
with:
pixi-version: $PIXI_VERSION
pixi-version: v0.39.2
environments: dev
activate-environment: true

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

Expand Down

0 comments on commit ae6c874

Please sign in to comment.