We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d92c5a commit 2327cd4Copy full SHA for 2327cd4
.github/workflows/CI.yaml
@@ -19,10 +19,10 @@ jobs:
19
name: Test on py${{ matrix.python-version }}/${{ matrix.os }}
20
runs-on: ${{ matrix.os }}
21
strategy:
22
- fail-fast: true
+ fail-fast: false
23
matrix:
24
os: [macOS-latest, ubuntu-latest]
25
- python-version: [3.7, 3.8, 3.9]
+ python-version: ["3.8", "3.9"]
26
27
steps:
28
- uses: actions/checkout@v2
0 commit comments