Skip to content

Commit

Permalink
Update scipy_on_py3_13.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed May 13, 2024
1 parent 49a19dd commit c7349d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/scipy_on_py3_13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
# Windows see https://docs.scipy.org/doc/scipy-1.13.0/building/index.html#building-from-source
os: [macos-latest, ubuntu-latest] # , windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -22,6 +23,9 @@ jobs:
run: |
sudo apt-get update -qq
sudo apt-get install --yes libopenblas-dev
- if: runner.os == 'macOS'
run: |
brew install openblas
- name: Install dependencies
run: |
pip install --upgrade pip
Expand Down

0 comments on commit c7349d7

Please sign in to comment.