don't fail

windows is unreliable
This commit is contained in:
Martin Diehl 2022-04-15 15:48:21 +02:00
parent 5f49f38a01
commit 51582b80f8
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ jobs:
matrix:
python-version: ['3.8', '3.9'] #, '3.10']
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
steps:
- uses: actions/checkout@v2