Skip to content

Commit

Permalink
Add python matrix to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bnavigator committed Aug 21, 2023
1 parent b4e588d commit 879803b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
# used by the jupyterlab/maintainer-tools base-setup action
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 879803b

Please sign in to comment.