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 6217fec commit eadb82cCopy full SHA for eadb82c
.github/workflows/ci.yml
@@ -100,4 +100,4 @@ jobs:
100
uses: prefix-dev/setup-pixi@v0.8.1
101
102
- name: Test all files
103
- run: pixi run ./test.sh --all
+ run: pixi run test
pixi.toml
@@ -23,6 +23,7 @@ build = { cmd = [
23
] }
24
clean = "rm -rf _build/*"
25
start = "jupyter lab"
26
+test = "./test.sh"
27
28
[activation]
29
scripts = ["setup_jupyterlab_config.sh"]
0 commit comments