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 01dff63 commit d46d36cCopy full SHA for d46d36c
.github/workflows/reftest.yml
@@ -1,4 +1,4 @@
1
-name: explore self-test fail
+name: explore self-test failure
2
3
on: [workflow_dispatch]
4
@@ -49,8 +49,8 @@ jobs:
49
50
# run install to see if it works
51
- name: Build
52
- run: pixi run --manifest-path pixi/pixi.toml -e ${{ matrix.env }} install${{ matrix.os.cmd_extra }}
+ run: pixi run --manifest-path pixi/pixi.toml -e ${{ matrix.env }} install${{ matrix.os.cmd_extra }}
53
54
- name: test
55
run: |
56
- pixi run -e ${{ matrix.env }} python tests/test_scriptref.py
+ pixi run --manifest-path pixi/pixi.toml -e ${{ matrix.env }} python tests/test_scriptref.py
0 commit comments