Skip to content

Commit ae6c874

Browse files
committed
Revert and use latest version of pixi
1 parent 343d145 commit ae6c874

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ on:
1111
paths-ignore:
1212
- '**.md'
1313
- '.gitignore'
14-
env:
15-
PIXI_VERSION: v0.39.2
1614
jobs:
1715
lint:
1816
name: Lint
@@ -25,7 +23,7 @@ jobs:
2523
- name: Setup pixi
2624
uses: prefix-dev/[email protected]
2725
with:
28-
pixi-version: $PIXI_VERSION
26+
pixi-version: v0.39.2
2927
environments: dev
3028
activate-environment: true
3129

@@ -38,12 +36,12 @@ jobs:
3836
steps:
3937

4038
- name: Checkout repo
41-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4240

4341
- name: Setup pixi
4442
uses: prefix-dev/[email protected]
4543
with:
46-
pixi-version: $PIXI_VERSION
44+
pixi-version: v0.39.2
4745
environments: dev
4846
activate-environment: true
4947

@@ -79,7 +77,7 @@ jobs:
7977
- name: Setup pixi
8078
uses: prefix-dev/[email protected]
8179
with:
82-
pixi-version: $PIXI_VERSION
80+
pixi-version: v0.39.2
8381
environments: test${{ matrix.python }}
8482
activate-environment: true
8583

0 commit comments

Comments
 (0)