Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Jul 6, 2021
1 parent e632e29 commit 7f5af20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/py-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,8 @@ jobs:
name: "Test package"
needs: lint
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
max-parallel: 4
max-parallel: 3
matrix:
python-version: [3.8, 3.9]
steps:
Expand Down

0 comments on commit 7f5af20

Please sign in to comment.