File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
pytest :
10
10
strategy :
11
11
matrix :
12
- python-version : ["3.7"]
13
12
os : [windows-latest]
14
13
floatx : [float64]
15
14
test-subset :
15
+ - pymc3/tests/test_distributions_random.py
16
16
- pymc3/tests/test_sampling.py
17
17
runs-on : ${{ matrix.os }}
18
18
env :
@@ -26,17 +26,17 @@ jobs:
26
26
- name : Cache conda
27
27
uses : actions/cache@v1
28
28
env :
29
- # Increase this value to reset cache if environment-dev.yml has not changed
29
+ # Increase this value to reset cache if conda-envs/ environment-dev-py37 .yml has not changed
30
30
CACHE_NUMBER : 0
31
31
with :
32
32
path : ~/conda_pkgs_dir
33
33
key : ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{
34
- hashFiles('environment-dev.yml') }}
34
+ hashFiles('conda-envs/ environment-dev-py37 .yml') }}
35
35
- uses : conda-incubator/setup-miniconda@v2
36
36
with :
37
37
activate-environment : testenv
38
38
channel-priority : strict
39
- environment-file : environment-dev.yml
39
+ environment-file : conda-envs/ environment-dev-py37 .yml
40
40
use-only-tar-bz2 : true # IMPORTANT: This needs to be set for caching to work properly!
41
41
- run : |
42
42
conda activate testenv
You can’t perform that action at this time.
0 commit comments