Skip to content

Commit 8fd4f1c

Browse files
authored
pin polyagamma (#7418)
* Update requirements-dev.txt * test: pin polyagamma version for testing until a fix found * Revert "Update requirements-dev.txt" This reverts commit 5d37b25.
1 parent ab467da commit 8fd4f1c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ jobs:
169169
run: |
170170
conda activate pymc-test
171171
pip install -e .
172-
pip install --pre -U polyagamma
172+
# TODO: https://github.com/pymc-devs/pymc/issues/7417
173+
pip install --pre -U 'polyagamma<1.3.7'
173174
python --version
174175
conda list
175176
- name: Run tests
@@ -244,7 +245,7 @@ jobs:
244245
run: |
245246
conda activate pymc-test
246247
pip install -e .
247-
pip install --pre -U polyagamma
248+
pip install --pre -U 'polyagamma<1.3.7'
248249
python --version
249250
conda list
250251
- name: Run tests
@@ -466,7 +467,7 @@ jobs:
466467
run: |
467468
conda activate pymc-test
468469
pip install -e .
469-
pip install --pre -U polyagamma
470+
pip install --pre -U 'polyagamma<1.3.7'
470471
python --version
471472
conda list
472473
- name: Run tests

0 commit comments

Comments
 (0)