diff options
| author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2021-09-09 15:12:21 +0300 |
|---|---|---|
| committer | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2021-09-09 15:12:21 +0300 |
| commit | cf973a2d4d89d08dc8340683229b165fa91ccd37 (patch) | |
| tree | b2553f9d7cf8ee23d4159b5a5f1ebcb8ae1818c1 /.github | |
| parent | b34c0ba38d4388ac579d9327f34efa7990c2c24c (diff) | |
| download | python-setuptools-git-cf973a2d4d89d08dc8340683229b165fa91ccd37.tar.gz | |
Test slower PyPy3 first to speed up CI
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6af3ac79..b348056b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,10 +7,10 @@ jobs: strategy: matrix: python: + - pypy3 - 3.6 - 3.9 - 3.10.0-alpha - 3.10.99 - - pypy3 platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: |
