Skip to content

Commit 7197575

Browse files
committed
squash! squash! DROPME - temporarily upgrade to numpy-1.24.2
Allow CI-tests only for Python 3.8 which seems to be able to install numpy and numba.
1 parent f4691df commit 7197575

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
name: Pytest Ubuntu
150150
strategy:
151151
matrix:
152-
python-version: [ '3.8', '3.9', '3.10' ]
152+
python-version: [ '3.8' ]
153153
runs-on: ubuntu-20.04
154154
steps:
155155
- uses: actions/checkout@v2
@@ -255,7 +255,7 @@ jobs:
255255
name: Pytest Windows
256256
strategy:
257257
matrix:
258-
python-version: [ '3.8', '3.9', '3.10' ]
258+
python-version: [ '3.8' ]
259259
runs-on: windows-2019
260260
steps:
261261
- uses: actions/checkout@v2
@@ -280,7 +280,7 @@ jobs:
280280
name: Pytest MacOS
281281
strategy:
282282
matrix:
283-
python-version: [ '3.8', '3.9', '3.10' ]
283+
python-version: [ '3.8' ]
284284
runs-on: macos-12
285285
steps:
286286
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)