|
54 | 54 | . venv/bin/activate
|
55 | 55 | python -m pip install -U pip setuptools wheel
|
56 | 56 | pip install -U -r requirements_test.txt
|
| 57 | + - if: "contains(matrix.python-version, '-dev')" |
| 58 | + # TODO: 2.16 Remove this when dill release their next version |
| 59 | + run: | |
| 60 | + . venv/bin/activate |
| 61 | + pip install git+https://github.com/uqfoundation/dill.git@25a7e450ed76c7a0820834a3a91134476b1b8253 |
57 | 62 | - name: Run pytest
|
58 | 63 | run: |
|
59 | 64 | . venv/bin/activate
|
@@ -209,6 +214,11 @@ jobs:
|
209 | 214 | . venv\\Scripts\\activate
|
210 | 215 | python -m pip install -U pip setuptools wheel
|
211 | 216 | pip install -U -r requirements_test_min.txt
|
| 217 | + - if: "contains(matrix.python-version, '-dev')" |
| 218 | + # TODO: 2.16 Remove this when dill release their next version |
| 219 | + run: | |
| 220 | + . venv\\Scripts\\activate |
| 221 | + pip install git+https://github.com/uqfoundation/dill.git@25a7e450ed76c7a0820834a3a91134476b1b8253 |
212 | 222 | - name: Run pytest
|
213 | 223 | run: |
|
214 | 224 | . venv\\Scripts\\activate
|
@@ -255,6 +265,11 @@ jobs:
|
255 | 265 | . venv/bin/activate
|
256 | 266 | python -m pip install -U pip setuptools wheel
|
257 | 267 | pip install -U -r requirements_test.txt
|
| 268 | + - if: "contains(matrix.python-version, '-dev')" |
| 269 | + # TODO: 2.16 Remove this when dill release their next version |
| 270 | + run: | |
| 271 | + . venv/bin/activate |
| 272 | + pip install git+https://github.com/uqfoundation/dill.git@25a7e450ed76c7a0820834a3a91134476b1b8253 |
258 | 273 | - name: Run pytest
|
259 | 274 | run: |
|
260 | 275 | . venv/bin/activate
|
@@ -299,6 +314,11 @@ jobs:
|
299 | 314 | . venv/bin/activate
|
300 | 315 | python -m pip install -U pip setuptools wheel
|
301 | 316 | pip install -U -r requirements_test_min.txt
|
| 317 | + - if: "contains(matrix.python-version, '-dev')" |
| 318 | + # TODO: 2.16 Remove this when dill release their next version |
| 319 | + run: | |
| 320 | + . venv/bin/activate |
| 321 | + pip install git+https://github.com/uqfoundation/dill.git@25a7e450ed76c7a0820834a3a91134476b1b8253 |
302 | 322 | - name: Run pytest
|
303 | 323 | run: |
|
304 | 324 | . venv/bin/activate
|
|
0 commit comments