Skip to content

Commit

Permalink
add 3.11, unpin scipy in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Nov 13, 2023
1 parent 3cf6647 commit 1bb65aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10']
python-version: ['3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v2
Expand All @@ -20,7 +20,6 @@ jobs:
run: |
sudo apt-get install libopenblas-dev
python -m pip install --upgrade pip
python -m pip install scipy==1.8.0
- name: Setup pyVBRc
run: |
python -m pip install -e .[dev]
Expand Down

0 comments on commit 1bb65aa

Please sign in to comment.