Skip to content

Commit

Permalink
squash! squash! DROPME - temporarily upgrade to numpy-1.24.2
Browse files Browse the repository at this point in the history
Allow CI-tests only for Python 3.8 which seems to be able to install
numpy and numba.
  • Loading branch information
pavoljuhas committed Mar 9, 2023
1 parent f4691df commit 7197575
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
name: Pytest Ubuntu
strategy:
matrix:
python-version: [ '3.8', '3.9', '3.10' ]
python-version: [ '3.8' ]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
name: Pytest Windows
strategy:
matrix:
python-version: [ '3.8', '3.9', '3.10' ]
python-version: [ '3.8' ]
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
Expand All @@ -280,7 +280,7 @@ jobs:
name: Pytest MacOS
strategy:
matrix:
python-version: [ '3.8', '3.9', '3.10' ]
python-version: [ '3.8' ]
runs-on: macos-12
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7197575

Please sign in to comment.