Skip to content

Commit 7396931

Browse files
committed
windows
1 parent 52ad406 commit 7396931

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: msys2/setup-msys2@v2
1919
with:
2020
msystem: mingw64
21-
install: base-devel
21+
install: make
2222
- uses: conda-incubator/setup-miniconda@v3
2323
with:
2424
python-version: 3.9
@@ -39,7 +39,8 @@ jobs:
3939
- name: Byte compilation
4040
shell: msys2 {0}
4141
run: |
42-
make compile
42+
which jupyter
43+
make
4344
- name: Run tests
4445
shell: msys2 {0}
4546
run: |

0 commit comments

Comments
 (0)