2424 outputs :
2525 changes : ${{ steps.changes.outputs.src }}
2626 steps :
27- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
27+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
2828 with :
2929 fetch-depth : 0
3030 - uses : dorny/paths-filter@v3
4848 matrix :
4949 os : [ubuntu-20.04]
5050 floatx : [float64]
51- python-version : ["3.11 "]
51+ python-version : ["3.12 "]
5252 test-subset :
5353 - |
5454 tests/test_util.py
6767 tests/distributions/test_multivariate.py
6868
6969 - |
70- tests/distributions/test_bound.py
7170 tests/distributions/test_censored.py
7271 tests/distributions/test_simulator.py
7372 tests/sampling/test_forward.py
@@ -130,7 +129,7 @@ jobs:
130129 run :
131130 shell : bash -l {0}
132131 steps :
133- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
132+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
134133 - name : Cache conda
135134 uses : actions/cache@v4
136135 env :
@@ -174,7 +173,7 @@ jobs:
174173 conda activate pymc-test
175174 python -m pytest -vv --cov=pymc --cov-report=xml --no-cov-on-fail --cov-report term --durations=50 $TEST_SUBSET
176175 - name : Upload coverage to Codecov
177- uses : codecov/codecov-action@v3
176+ uses : codecov/codecov-action@v4
178177 with :
179178 token : ${{ secrets.CODECOV_TOKEN }} # use token for more robust uploads
180179 env_vars : TEST_SUBSET
@@ -204,7 +203,7 @@ jobs:
204203 run :
205204 shell : cmd
206205 steps :
207- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
206+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
208207 - name : Cache conda
209208 uses : actions/cache@v4
210209 env :
@@ -250,7 +249,7 @@ jobs:
250249 conda activate pymc-test &&
251250 python -m pytest -vv --cov=pymc --cov-report=xml --no-cov-on-fail --cov-report term --durations=50 %TEST_SUBSET%
252251 - name : Upload coverage to Codecov
253- uses : codecov/codecov-action@v3
252+ uses : codecov/codecov-action@v4
254253 with :
255254 token : ${{ secrets.CODECOV_TOKEN }} # use token for more robust uploads
256255 env_vars : TEST_SUBSET
@@ -264,7 +263,7 @@ jobs:
264263 matrix :
265264 os : [macos-latest]
266265 floatx : [float64]
267- python-version : ["3.10 "]
266+ python-version : ["3.12 "]
268267 test-subset :
269268 - |
270269 tests/sampling/test_parallel.py
@@ -287,7 +286,7 @@ jobs:
287286 run :
288287 shell : bash -l {0}
289288 steps :
290- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
289+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
291290 - name : Cache conda
292291 uses : actions/cache@v4
293292 env :
@@ -329,7 +328,7 @@ jobs:
329328 run : |
330329 python -m pytest -vv --cov=pymc --cov-report=xml --no-cov-on-fail --cov-report term --durations=50 $TEST_SUBSET
331330 - name : Upload coverage to Codecov
332- uses : codecov/codecov-action@v3
331+ uses : codecov/codecov-action@v4
333332 with :
334333 token : ${{ secrets.CODECOV_TOKEN }} # use token for more robust uploads
335334 env_vars : TEST_SUBSET
@@ -343,7 +342,7 @@ jobs:
343342 matrix :
344343 os : [ubuntu-20.04]
345344 floatx : [float64]
346- python-version : ["3.11 "]
345+ python-version : ["3.12 "]
347346 test-subset :
348347 - tests/sampling/test_jax.py tests/sampling/test_mcmc_external.py
349348 fail-fast : false
@@ -355,7 +354,7 @@ jobs:
355354 run :
356355 shell : bash -l {0}
357356 steps :
358- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
357+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
359358 - name : Cache conda
360359 uses : actions/cache@v4
361360 env :
@@ -397,7 +396,7 @@ jobs:
397396 run : |
398397 python -m pytest -vv --cov=pymc --cov-report=xml --no-cov-on-fail --cov-report term --durations=50 $TEST_SUBSET
399398 - name : Upload coverage to Codecov
400- uses : codecov/codecov-action@v3
399+ uses : codecov/codecov-action@v4
401400 with :
402401 token : ${{ secrets.CODECOV_TOKEN }} # use token for more robust uploads
403402 env_vars : TEST_SUBSET
@@ -411,7 +410,7 @@ jobs:
411410 matrix :
412411 os : [windows-latest]
413412 floatx : [float32]
414- python-version : ["3.11 "]
413+ python-version : ["3.12 "]
415414 test-subset :
416415 - tests/sampling/test_mcmc.py tests/ode/test_ode.py tests/ode/test_utils.py tests/distributions/test_transform.py
417416 fail-fast : false
@@ -423,7 +422,7 @@ jobs:
423422 run :
424423 shell : cmd
425424 steps :
426- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
425+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
427426 - name : Cache conda
428427 uses : actions/cache@v4
429428 env :
@@ -469,7 +468,7 @@ jobs:
469468 conda activate pymc-test &&
470469 python -m pytest -vv --cov=pymc --cov-report=xml --no-cov-on-fail --cov-report term --durations=50 %TEST_SUBSET%
471470 - name : Upload coverage to Codecov
472- uses : codecov/codecov-action@v3
471+ uses : codecov/codecov-action@v4
473472 with :
474473 token : ${{ secrets.CODECOV_TOKEN }} # use token for more robust uploads
475474 env_vars : TEST_SUBSET
0 commit comments