Skip to content

Commit 7c82c11

Browse files
committed
debug refine self-test
1 parent 8c7a305 commit 7c82c11

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/reftest.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: explore self-test failure
22

3-
on: [workflow_dispatch]
3+
on: [workflow_dispatch, push]
44

55
#on:
66
#workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
@@ -48,6 +48,10 @@ jobs:
4848
- name: Build
4949
run: pixi run --manifest-path pixi/pixi.toml -e ${{ matrix.env }} install${{ matrix.os.cmd_extra }}
5050

51+
- name: test
52+
run: |
53+
pixi run --manifest-path pixi/pixi.toml -e ${{ matrix.env }} conda install m2w64-ntldd-git
54+
5155
- name: test
5256
run: |
5357
pixi run --manifest-path pixi/pixi.toml -e ${{ matrix.env }} python tests/debugref.py

0 commit comments

Comments
 (0)