Skip to content

Commit

Permalink
Add Python 3.10 to py-test action
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed May 22, 2021
1 parent e36ff43 commit e23088d
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 @@ -70,12 +70,11 @@ jobs:
tests:
name: "Test package"
needs: lint
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
max-parallel: 4
matrix:
os: [ubuntu-latest]
python-version: [3.9, pypy3] # py38 was processed on lint job
experimental: [false]
include:
Expand Down

0 comments on commit e23088d

Please sign in to comment.