diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8685860c..895e022d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -39,7 +39,8 @@ jobs: - name: Byte compilation shell: msys2 {0} run: | - make compile + which jupyter + make - name: Run tests shell: msys2 {0} run: |