Skip to content

Commit

Permalink
Remove the scipy<1.14.1 install CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Aug 21, 2024
1 parent da6dcb5 commit cc266db
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.7

- uses: scientific-python/repo-review@v0.11.1
with:
Expand All @@ -34,7 +34,7 @@ jobs:
poetry config virtualenvs.create true --local
poetry config virtualenvs.in-project true --local
- uses: actions/setup-python@v5
- uses: actions/setup-python@v5.1.1
with:
python-version: "3.10"
cache: poetry
Expand Down Expand Up @@ -77,28 +77,15 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: install scipy deps
if: ${{ matrix.python-version == '3.13-dev' }}
# run: sudo apt-get install libopenblas-dev
run: >
sudo apt-get install
gcc
g++
gfortran
libopenblas-dev
liblapack-dev
pkg-config
- uses: actions/checkout@v4.1.7

- name: install poetry
run: pipx install poetry

- uses: actions/setup-python@v5
- uses: actions/setup-python@v5.1.1
with:
python-version: ${{ matrix.python-version }}
cache: poetry
cache-dependency-path: poetry.lock

- name: poetry install
run: >
Expand Down

0 comments on commit cc266db

Please sign in to comment.