Skip to content

Commit

Permalink
Merge pull request #22783 from oscargus/disableaesara
Browse files Browse the repository at this point in the history
Temporarily disable pymc3
  • Loading branch information
oscarbenjamin committed Jan 2, 2022
2 parents b0b66d5 + b3a7107 commit 7dbc2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runtests.yml
Expand Up @@ -130,7 +130,7 @@ jobs:
python-version: '3.9'
- run: sudo apt install antlr4 libgfortran5 gfortran libmpfr-dev libmpc-dev
- run: python -m pip install --upgrade pip
- run: pip install mpmath gmpy2 matplotlib numpy scipy pymc3 aesara ipython \
- run: pip install mpmath gmpy2 matplotlib numpy scipy aesara ipython \
symengine cython llvmlite wurlitzer \
autowrap numexpr 'antlr4-python3-runtime==4.7.*'
# Test external imports
Expand Down

0 comments on commit 7dbc2f4

Please sign in to comment.