Skip to content

Commit d46d36c

Browse files
committed
run test from pixi
1 parent 01dff63 commit d46d36c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reftest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: explore self-test fail
1+
name: explore self-test failure
22

33
on: [workflow_dispatch]
44

@@ -49,8 +49,8 @@ jobs:
4949

5050
# run install to see if it works
5151
- name: Build
52-
run: pixi run --manifest-path pixi/pixi.toml -e ${{ matrix.env }} install${{ matrix.os.cmd_extra }}
52+
run: pixi run --manifest-path pixi/pixi.toml -e ${{ matrix.env }} install${{ matrix.os.cmd_extra }}
5353

5454
- name: test
5555
run: |
56-
pixi run -e ${{ matrix.env }} python tests/test_scriptref.py
56+
pixi run --manifest-path pixi/pixi.toml -e ${{ matrix.env }} python tests/test_scriptref.py

0 commit comments

Comments
 (0)