Skip to content

Commit eadb82c

Browse files
committed
Add pixi 'test' task
1 parent 6217fec commit eadb82c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ jobs:
100100
uses: prefix-dev/setup-pixi@v0.8.1
101101

102102
- name: Test all files
103-
run: pixi run ./test.sh --all
103+
run: pixi run test

pixi.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ build = { cmd = [
2323
] }
2424
clean = "rm -rf _build/*"
2525
start = "jupyter lab"
26+
test = "./test.sh"
2627

2728
[activation]
2829
scripts = ["setup_jupyterlab_config.sh"]

0 commit comments

Comments
 (0)