Skip to content

Commit

Permalink
Merge branch 'master' into fix145
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiardie authored Sep 26, 2023
2 parents 2ef98fa + cf1bb9f commit 03072f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ubuntu-latest
python-version: '3.10'
toxenv: py310-test-all-latest
os: [ubuntu-latest]
python-version: ['3.10']
toxenv: [py310-test-all-latest]
# release: [main, latest] # there are no releases yet so this would break
release: main
release: [main]
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 03072f9

Please sign in to comment.