Skip to content

Commit 65a4ce1

Browse files
jessegrabowskiandreacate
authored andcommitted
Update Test CI (pymc-devs#474)
* update ci and simplify test env * Remove default channel when setting up ci env * Cancel test runs on PRs if another commit comes in * revert some changes, pin libgcc<15 * use correct shell name
1 parent ef4551e commit 65a4ce1

File tree

2 files changed

+3
-22
lines changed

2 files changed

+3
-22
lines changed

conda-envs/environment-test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,16 @@ channels:
33
- conda-forge
44
- nodefaults
55
dependencies:
6-
- pymc>=5.24.1
7-
- pytensor>=2.31.4
6+
- pymc>=5.21.1
87
- scikit-learn
9-
- better-optimize>=0.1.5
8+
- better-optimize
109
- dask<2025.1.1
1110
- xhistogram
1211
- statsmodels
1312
- numba
1413
- pytest
1514
- pytest-cov
16-
- pydantic>=2.0.0
17-
- preliz>=0.20.0
15+
- libgcc<15
1816
- pip
1917
- pip:
2018
- jax

conda-envs/windows-environment-test.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)