mirror of https://github.com/tqdm/tqdm.git
tests: drop hanging GHA pypy3
This commit is contained in:
parent
8de9c69948
commit
b5742d824f
|
@ -50,7 +50,7 @@ jobs:
|
|||
if: github.event_name != 'pull_request' || github.head_ref != 'devel'
|
||||
strategy:
|
||||
matrix:
|
||||
python: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, pypy3]
|
||||
python: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
|
||||
name: py${{ matrix.python }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue