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 4acb569 commit f67cccd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- uses: msys2/setup-msys2@v2
with:
msystem: mingw64
install: base-devel
path-type: inherit
install: make
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.9
Expand All @@ -39,7 +40,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 f67cccd

Please sign in to comment.