Skip to content

Commit 09b45ea

Browse files
ricardoV94jessegrabowski
authored andcommitted
.DO NOT MERGE: hack CI temporarily
1 parent b8a449d commit 09b45ea

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ jobs:
5454
cache-environment: true
5555
- name: Install pymc-extras
5656
run: |
57-
pip install -e ".[dev]" --no-deps
57+
pip install -e ".[dev]"
58+
pip install --no-deps --force-reinstall "pymc @ git+https://github.com/pymc-devs/pymc.git@v6"
59+
pip install --no-deps --force-reinstall "pytensor @ git+https://github.com/pymc-devs/pytensor.git@v3"
60+
pip install --no-deps --force-reinstall "preliz @ git+https://github.com/arviz-devs/preliz.git@main"
5861
python --version
5962
pip check
6063
- name: Run tests
@@ -100,7 +103,10 @@ jobs:
100103
cache-environment: true
101104
- name: Install pymc-extras
102105
run: |
103-
pip install -e ".[dev]" --no-deps
106+
pip install -e ".[dev]"
107+
pip install --no-deps --force-reinstall "pymc @ git+https://github.com/pymc-devs/pymc.git@v6"
108+
pip install --no-deps --force-reinstall "pytensor @ git+https://github.com/pymc-devs/pytensor.git@v3"
109+
pip install --no-deps --force-reinstall "preliz @ git+https://github.com/arviz-devs/preliz.git@main"
104110
python --version
105111
- name: Run tests
106112
# This job uses a cmd shell, therefore the environment variable syntax is different!

conda-envs/environment-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,3 @@ dependencies:
1717
- pip:
1818
- jax
1919
- blackjax
20-
- pymc @ git+https://github.com/pymc-devs/pymc.git@v6
21-
- pytensor @ git+https://github.com/pymc-devs/pytensor.git@v3

0 commit comments

Comments
 (0)