Skip to content

Commit

Permalink
CI: Trying to use bash on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpa authored May 23, 2024
1 parent e481830 commit 24e366b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wheels_faster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,10 @@ jobs:
- name: Install and test (Windows)
if: startsWith(matrix.os, 'windows-')
shell: bash
run: |
python -m pip install --find-links=.\wheelhouse\cp${{ matrix.cibw_python }}-${{matrix.platform_id }} antspyx
tests\run_tests.ps1
python -m pip install --find-links=./wheelhouse/cp${{ matrix.cibw_python }}-${{ matrix.platform_id }} antspyx
bash tests/run_tests.sh
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 24e366b

Please sign in to comment.