Skip to content

Commit 79f1bb7

Browse files
committed
Re-enable tests
1 parent d501130 commit 79f1bb7

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ jobs:
6060
cd bld
6161
make install
6262
63-
# - name: test
64-
# shell: bash -l {0}
65-
# run: |
66-
# cd test
67-
# pytest .
63+
- name: Test
64+
shell: bash -l {0}
65+
run: |
66+
cd test
67+
pytest .
6868
6969
win:
7070

@@ -84,11 +84,6 @@ jobs:
8484
init-shell: powershell
8585
environment-file: environment-dev.yml
8686

87-
# - name: Micromamba shell hook
88-
# shell: powershell
89-
# run: |
90-
# micromamba shell hook -s cmd.exe -p C:\Users\runneradmin\micromamba-root
91-
9287
- name: Configure cmake
9388
shell: powershell
9489
run: |

0 commit comments

Comments
 (0)