Skip to content

Commit

Permalink
CI: Don't fail fast, re-add testing on Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 14, 2023
1 parent 0f63a2e commit 2b67c1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ["ubuntu-20.04"]
python-version: ["3.6", "3.12"]
python-version: ["3.6", "3.7", "3.12"]
include:
- os: "macos-latest"
python-version: "3.12"
Expand Down

0 comments on commit 2b67c1b

Please sign in to comment.