|
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 |
62 | 57 | - name: Run pytest
|
63 | 58 | run: |
|
64 | 59 | . venv/bin/activate
|
|
80 | 75 | needs: tests-linux
|
81 | 76 | strategy:
|
82 | 77 | matrix:
|
83 |
| - python-version: ["3.10"] |
| 78 | + python-version: ["3.11-dev"] |
84 | 79 | env:
|
85 | 80 | COVERAGERC_FILE: .coveragerc
|
86 | 81 | steps:
|
@@ -126,7 +121,7 @@ jobs:
|
126 | 121 | strategy:
|
127 | 122 | fail-fast: false
|
128 | 123 | matrix:
|
129 |
| - python-version: ["3.10"] |
| 124 | + python-version: ["3.11-dev"] |
130 | 125 | steps:
|
131 | 126 | - name: Check out code from GitHub
|
132 | 127 | uses: actions/checkout@v3.0.2
|
@@ -214,11 +209,6 @@ jobs:
|
214 | 209 | . venv\\Scripts\\activate
|
215 | 210 | python -m pip install -U pip setuptools wheel
|
216 | 211 | 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 |
222 | 212 | - name: Run pytest
|
223 | 213 | run: |
|
224 | 214 | . venv\\Scripts\\activate
|
@@ -265,11 +255,6 @@ jobs:
|
265 | 255 | . venv/bin/activate
|
266 | 256 | python -m pip install -U pip setuptools wheel
|
267 | 257 | 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 |
273 | 258 | - name: Run pytest
|
274 | 259 | run: |
|
275 | 260 | . venv/bin/activate
|
@@ -314,11 +299,6 @@ jobs:
|
314 | 299 | . venv/bin/activate
|
315 | 300 | python -m pip install -U pip setuptools wheel
|
316 | 301 | 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 |
322 | 302 | - name: Run pytest
|
323 | 303 | run: |
|
324 | 304 | . venv/bin/activate
|
|
0 commit comments