Skip to content

Commit

Permalink
tests: hotfix skip windows errors
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Sep 3, 2022
1 parent 8fb3d91 commit 7541862
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Expand Up @@ -37,6 +37,7 @@ jobs:
test:
if: github.event_name != 'pull_request' || github.repository_owner != 'tqdm'
name: py${{ matrix.python }}-${{ matrix.os }}
continue-on-error: ${{ matrix.os == 'windows' }}
strategy:
matrix:
os: [ubuntu]
Expand Down

0 comments on commit 7541862

Please sign in to comment.