We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d0456 commit 4604b7dCopy full SHA for 4604b7d
3 files changed
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
32
with:
33
- pixi-version: v0.62.0
+ pixi-version: v0.62.2
34
cache: true
35
environments: lint
36
@@ -45,7 +45,7 @@ jobs:
45
matrix:
46
environment:
47
- tests-py311
48
- - tests-py313
+ - tests-py314
49
- tests-numpy1
50
- tests-backends
51
- tests-backends-py311
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
environments: ${{ matrix.environment }}
65
0 commit comments