File tree 4 files changed +3
-14
lines changed
4 files changed +3
-14
lines changed Original file line number Diff line number Diff line change 64
64
python-version : ${{matrix.python-version}}
65
65
use-mamba : true
66
66
use-only-tar-bz2 : true # IMPORTANT: This needs to be set for caching to work properly!
67
- - name : Install-pymc
68
- run : |
69
- conda activate pymc-test
70
- pip install -e .
71
- python --version
72
67
- name : Run tests
73
68
run : |
74
69
conda activate pymc-test
@@ -129,11 +124,6 @@ jobs:
129
124
python-version : ${{matrix.python-version}}
130
125
use-mamba : true
131
126
use-only-tar-bz2 : true # IMPORTANT: This needs to be set for caching to work properly!
132
- - name : Install-pymc
133
- run : |
134
- conda activate pymc-test
135
- pip install -e .
136
- python --version
137
127
- name : Run tests
138
128
# This job uses a cmd shell, therefore the environment variable syntax is different!
139
129
# The ">-" in the next line replaces newlines with spaces (see https://stackoverflow.com/a/66809682).
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ channels:
4
4
- defaults
5
5
dependencies :
6
6
- pip
7
+ - pymc>5.1.2
7
8
- pytest-cov>=2.5
8
9
- pytest>=3.0
9
10
- dask
10
11
- xhistogram
11
12
- pip :
12
- - " git+https://github.com/pymc-devs/pymc.git@main"
13
13
- blackjax
Original file line number Diff line number Diff line change @@ -4,9 +4,8 @@ channels:
4
4
- defaults
5
5
dependencies :
6
6
- pip
7
+ - pymc>5.1.2
7
8
- pytest-cov>=2.5
8
9
- pytest>=3.0
9
10
- dask
10
11
- xhistogram
11
- - pip :
12
- - " git+https://github.com/pymc-devs/pymc.git@main"
Original file line number Diff line number Diff line change 1
- pymc >= 5.0.0
1
+ pymc >= 5.1.2
You can’t perform that action at this time.
0 commit comments