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 d501130 commit 79f1bb7Copy full SHA for 79f1bb7
.github/workflows/main.yml
@@ -60,11 +60,11 @@ jobs:
60
cd bld
61
make install
62
63
- # - name: test
64
- # shell: bash -l {0}
65
- # run: |
66
- # cd test
67
- # pytest .
+ - name: Test
+ shell: bash -l {0}
+ run: |
+ cd test
+ pytest .
68
69
win:
70
@@ -84,11 +84,6 @@ jobs:
84
init-shell: powershell
85
environment-file: environment-dev.yml
86
87
- # - name: Micromamba shell hook
88
- # shell: powershell
89
90
- # micromamba shell hook -s cmd.exe -p C:\Users\runneradmin\micromamba-root
91
-
92
- name: Configure cmake
93
shell: powershell
94
run: |
0 commit comments