We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cb64d9 + 6a11a1d commit 6026466Copy full SHA for 6026466
.github/workflows/tests.yml
@@ -12,6 +12,7 @@ jobs:
12
# Not all Python versions are avalaible for linux AND x64
13
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
14
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, '3.10']
15
+ fail-fast: false
16
17
steps:
18
- uses: actions/checkout@v1
0 commit comments