Skip to content

Commit

Permalink
Add parallel job using pymc3 from dev repo
Browse files Browse the repository at this point in the history
  • Loading branch information
fanshi118 authored and brandonwillard committed May 11, 2021
1 parent 8876a09 commit ca0f062
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
strategy:
matrix:
python-version: [3.7]
pymc3-version: [stable, dev]

steps:
- uses: actions/checkout@v2
Expand All @@ -60,6 +61,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [[ "${{ matrix.pymc3-version }}" != "stable" ]]; then pip install "pymc3 @ git+https://github.com/pymc-devs/pymc3.git@master"; fi
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |
Expand Down

0 comments on commit ca0f062

Please sign in to comment.