Skip to content

Commit

Permalink
Merge pull request #257 from lsst/tickets/DM-35191
Browse files Browse the repository at this point in the history
DM-35191: Add test matrix for python versions
  • Loading branch information
mwittgen committed Jun 13, 2022
2 parents 9c897f3 + ae67786 commit ad79100
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ on:

jobs:
build_and_test:
# runs-on: ubuntu-latest
# Need >= 20.04 for modern sqlite. Can switch to latest when
# github change
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v3
with:
Expand All @@ -22,7 +23,7 @@ jobs:

- uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.8
python-version: ${{ matrix.python-version }}
channels: conda-forge,defaults
channel-priority: strict
show-channel-urls: true
Expand Down

0 comments on commit ad79100

Please sign in to comment.