Skip to content

Commit 29740d2

Browse files
committed
Temporarily install pymc via pip
1 parent 53bdcdd commit 29740d2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

conda-envs/environment-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ channels:
44
- defaults
55
dependencies:
66
- pip
7-
- pymc>=5.1.2
87
- pytest-cov>=2.5
98
- pytest>=3.0
109
- dask
1110
- xhistogram
1211
- pip:
12+
- pymc>=5.1.2 # CI was failing to resolve
1313
- blackjax

conda-envs/windows-environment-test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ channels:
44
- defaults
55
dependencies:
66
- pip
7-
- pymc>=5.1.2
87
- pytest-cov>=2.5
98
- pytest>=3.0
109
- dask
1110
- xhistogram
11+
- pip:
12+
- pymc>=5.1.2 # CI was failing to resolve

0 commit comments

Comments
 (0)