Skip to content

Commit

Permalink
Update python-app.yaml
Browse files Browse the repository at this point in the history
Run tests on multiple python versions.
  • Loading branch information
simonrp84 authored May 5, 2023
1 parent 22969e6 commit 09b6260
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ env:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: provision-with-micromamba
Expand Down

0 comments on commit 09b6260

Please sign in to comment.