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 8c7a305 commit 7c82c11Copy full SHA for 7c82c11
.github/workflows/reftest.yml
@@ -1,6 +1,6 @@
1
name: explore self-test failure
2
3
-on: [workflow_dispatch]
+on: [workflow_dispatch, push]
4
5
#on:
6
#workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
@@ -48,6 +48,10 @@ jobs:
48
- name: Build
49
run: pixi run --manifest-path pixi/pixi.toml -e ${{ matrix.env }} install${{ matrix.os.cmd_extra }}
50
51
+ - name: test
52
+ run: |
53
+ pixi run --manifest-path pixi/pixi.toml -e ${{ matrix.env }} conda install m2w64-ntldd-git
54
+
55
- name: test
56
run: |
57
pixi run --manifest-path pixi/pixi.toml -e ${{ matrix.env }} python tests/debugref.py
0 commit comments