Skip to content

Commit

Permalink
pymc3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Nov 16, 2023
1 parent 189753f commit 5bfb50b
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
fail-fast: false
matrix:
include:
- pymc-version: "pymc3==3.9.3"
arviz-version: "arviz==0.11.1"
- pymc-version: "3.11"

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -46,16 +45,6 @@ jobs:
run: |
jupyter nbextension enable --py widgetsnbextension
- name: Install dependencies
shell: bash -l {0}
run: |
python -m pip install -U pip
python -m pip install ${{ matrix.pymc-version }} ${{ matrix.arviz-version }} pymc3-ext
python -m pip install -U sympy
python -m pip install -U corner
python -m pip install -U batman-package
python -m pip install -e ".[docs]"
- name: Execute notebooks
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 5bfb50b

Please sign in to comment.