Skip to content

Commit

Permalink
Range of tests for deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Apr 16, 2024
1 parent d4c3345 commit 2d0e144
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,16 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10"]
python-version: ["3.10"]
os: ["ubuntu-latest"]
session: ["test_pymc3", "test_pymc"]
include:
- python-version: "3.9"
os: "ubuntu-latest"
session: "test_pymc3"
- python-version: "3.11"
os: "ubuntu-latest"
session: "test_pymc"
- python-version: "3.10"
os: "ubuntu-latest"
session: "lint"
Expand Down

0 comments on commit 2d0e144

Please sign in to comment.