Skip to content

Commit

Permalink
windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nnicandro committed Nov 18, 2024
1 parent 52ad406 commit 7396931
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: msys2/setup-msys2@v2
with:
msystem: mingw64
install: base-devel
install: make
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.9
Expand All @@ -39,7 +39,8 @@ jobs:
- name: Byte compilation
shell: msys2 {0}
run: |
make compile
which jupyter
make
- name: Run tests
shell: msys2 {0}
run: |
Expand Down

0 comments on commit 7396931

Please sign in to comment.