|
15 | 15 | python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] |
16 | 16 | numpy-version: [ "1.20", "1.21", "1.22", "1.23", "1.24", "1.25", "1.26" ] |
17 | 17 | exclude: |
| 18 | + - python-version: "3.8" |
| 19 | + numpy-version: "1.25" |
| 20 | + os: ubuntu-latest |
| 21 | + - python-version: "3.8" |
| 22 | + numpy-version: "1.26" |
| 23 | + os: ubuntu-latest |
18 | 24 | - python-version: "3.10" |
19 | 25 | numpy-version: "1.20" |
20 | 26 | os: ubuntu-latest |
|
49 | 55 | - name: Install dependencies |
50 | 56 | run: | |
51 | 57 | python -m pip install -U pip |
| 58 | + python -m pip install -U setuptools |
52 | 59 | python -m pip install -U wheel |
53 | 60 | python -m pip install -U pytest |
54 | 61 | python -m pip install "numpy==${{ matrix.numpy-version }}" |
|
70 | 77 | os: [ ubuntu-latest ] |
71 | 78 | python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] |
72 | 79 | numpy-version: [ "1.22", "1.23", "1.24", "1.25", "1.26" ] |
| 80 | + exclude: |
| 81 | + - python-version: "3.8" |
| 82 | + numpy-version: "1.25" |
| 83 | + os: ubuntu-latest |
| 84 | + - python-version: "3.8" |
| 85 | + numpy-version: "1.26" |
| 86 | + os: ubuntu-latest |
73 | 87 | steps: |
74 | 88 | - uses: actions/checkout@v2 |
75 | 89 |
|
|
95 | 109 | - name: Install dependencies |
96 | 110 | run: | |
97 | 111 | python -m pip install -U pip |
| 112 | + python -m pip install -U setuptools |
98 | 113 | python -m pip install -U wheel |
99 | 114 | python -m pip install "numpy==${{ matrix.numpy-version }}" |
100 | 115 | python -m pip install -U mypy |
|
0 commit comments