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 e11b706 commit 95b9650
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/scipy_on_py3_13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ jobs:
strategy:
fail-fast: false
matrix:
# Windows see https://docs.scipy.org/doc/scipy-1.13.0/building/index.html#building-from-source
# os: [macos-latest, ubuntu-latest] # , windows-latest]
os: [macos-13, macos-latest] # , ubuntu-latest, windows-latest]
# https://docs.scipy.org/doc/scipy-1.13.0/building/index.html#building-from-source
os: [ubuntu-latest] # , macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- run: gfortran --version || true
Expand Down Expand Up @@ -52,4 +51,4 @@ jobs:
pip install --upgrade pip
pip install scipy
# Some packages that depend on SciPy
pip install scikit-learn statsmodels
pip install scikit-learn statsmodels xgboost

0 comments on commit 95b9650

Please sign in to comment.