Skip to content

Commit fc0427d

Browse files
committed
Test on last release of PyMC instead of main
1 parent d811561 commit fc0427d

File tree

4 files changed

+3
-14
lines changed

4 files changed

+3
-14
lines changed

.github/workflows/test.yml

-10
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ jobs:
6464
python-version: ${{matrix.python-version}}
6565
use-mamba: true
6666
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
7267
- name: Run tests
7368
run: |
7469
conda activate pymc-test
@@ -129,11 +124,6 @@ jobs:
129124
python-version: ${{matrix.python-version}}
130125
use-mamba: true
131126
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
137127
- name: Run tests
138128
# This job uses a cmd shell, therefore the environment variable syntax is different!
139129
# The ">-" in the next line replaces newlines with spaces (see https://stackoverflow.com/a/66809682).

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
78
- pytest-cov>=2.5
89
- pytest>=3.0
910
- dask
1011
- xhistogram
1112
- pip:
12-
- "git+https://github.com/pymc-devs/pymc.git@main"
1313
- blackjax

conda-envs/windows-environment-test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ channels:
44
- defaults
55
dependencies:
66
- pip
7+
- pymc>5.1.2
78
- pytest-cov>=2.5
89
- pytest>=3.0
910
- dask
1011
- xhistogram
11-
- pip:
12-
- "git+https://github.com/pymc-devs/pymc.git@main"

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pymc>=5.0.0
1+
pymc>=5.1.2

0 commit comments

Comments
 (0)