Skip to content

Commit

Permalink
merge latest commit from main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
qcampbel committed Nov 17, 2023
2 parents 3f811b1 + c9a7120 commit bd2ff49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: test

on:
push:
branches: [ main ]
pull_request:
branches:
- '*'

jobs:
test:

runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, "3.10"]
python-version: [3.11]
max-parallel: 1

steps:
Expand Down

0 comments on commit bd2ff49

Please sign in to comment.