Skip to content

Commit f67cccd

Browse files
committed
windows
1 parent 4acb569 commit f67cccd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
- uses: msys2/setup-msys2@v2
1919
with:
2020
msystem: mingw64
21-
install: base-devel
21+
path-type: inherit
22+
install: make
2223
- uses: conda-incubator/setup-miniconda@v3
2324
with:
2425
python-version: 3.9
@@ -39,7 +40,8 @@ jobs:
3940
- name: Byte compilation
4041
shell: msys2 {0}
4142
run: |
42-
make compile
43+
which jupyter
44+
make
4345
- name: Run tests
4446
shell: msys2 {0}
4547
run: |

0 commit comments

Comments
 (0)