We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c27bc2c commit bc4a9c5Copy full SHA for bc4a9c5
.github/workflows/test.yml
@@ -25,7 +25,6 @@ jobs:
25
with:
26
environments: dev
27
pixi-version: v0.42.1
28
- cache: true
29
30
- name: Ruff Format
31
if: always()
@@ -54,7 +53,6 @@ jobs:
54
53
55
56
57
58
59
- name: Run tests
60
run: pixi run --environment dev test --show-capture=all -s -vv
.gitignore
@@ -163,3 +163,4 @@ poetry.lock
163
# pixi environments
164
.pixi
165
*.egg-info
166
+pixi.lock
0 commit comments