diff options
| author | Bert JW Regeer <bertjw@regeer.org> | 2022-02-05 20:14:45 -0700 |
|---|---|---|
| committer | Bert JW Regeer <bertjw@regeer.org> | 2022-02-05 20:14:45 -0700 |
| commit | c4ea1a72c5fa7f9a9a815308f6220b217a1ab3d9 (patch) | |
| tree | ee701488502afe2eea78342f3e542dbb9f85debb /.github | |
| parent | 805bbc20795bca340c3f91bd80cca1deb354e1b2 (diff) | |
| download | pyramid-c4ea1a72c5fa7f9a9a815308f6220b217a1ab3d9.tar.gz pyramid-c4ea1a72c5fa7f9a9a815308f6220b217a1ab3d9.tar.bz2 pyramid-c4ea1a72c5fa7f9a9a815308f6220b217a1ab3d9.zip | |
PyPy works on Windows again
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci-tests.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index acae984af..a47889e8c 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -42,9 +42,6 @@ jobs: architecture: x86 - os: "macos-latest" architecture: x86 - # PyPy3 on Windows doesn't seem to work - - os: "windows-latest" - py: "pypy-3.8" name: "Python: ${{ matrix.py }}-${{ matrix.architecture }} on ${{ matrix.os }}" runs-on: ${{ matrix.os }} |
