We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb7a554 + d48d7c1 commit cde6fcaCopy full SHA for cde6fca
.github/workflows/lint-and-test.yml
@@ -9,6 +9,7 @@ jobs:
9
matrix:
10
os: [ubuntu-latest, macos-latest, windows-latest]
11
python-version: ['3.8', '3.9', '3.10', '3.11']
12
+ fail-fast: false
13
steps:
14
- uses: actions/checkout@v2
15
- name: Set up Python ${{ matrix.python-version }}
0 commit comments