File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 @ 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 @ 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!
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments