We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20273e6 commit 343d145Copy full SHA for 343d145
.github/workflows/ci.yml
@@ -11,6 +11,8 @@ on:
11
paths-ignore:
12
- '**.md'
13
- '.gitignore'
14
+env:
15
+ PIXI_VERSION: v0.39.2
16
jobs:
17
lint:
18
name: Lint
@@ -23,7 +25,7 @@ jobs:
23
25
- name: Setup pixi
24
26
uses: prefix-dev/[email protected]
27
with:
- pixi-version: v0.32.0
28
+ pixi-version: $PIXI_VERSION
29
environments: dev
30
activate-environment: true
31
@@ -41,7 +43,7 @@ jobs:
41
43
42
44
45
46
47
48
49
@@ -77,7 +79,7 @@ jobs:
77
79
78
80
81
82
83
environments: test${{ matrix.python }}
84
85
0 commit comments