diff options
| author | Bert JW Regeer <xistence@0x58.com> | 2022-02-05 20:21:34 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-05 20:21:34 -0700 |
| commit | e9b1cab2d99516352d8b7692c0b0c2fb8a81d221 (patch) | |
| tree | ee701488502afe2eea78342f3e542dbb9f85debb | |
| parent | 805bbc20795bca340c3f91bd80cca1deb354e1b2 (diff) | |
| parent | c4ea1a72c5fa7f9a9a815308f6220b217a1ab3d9 (diff) | |
| download | pyramid-e9b1cab2d99516352d8b7692c0b0c2fb8a81d221.tar.gz pyramid-e9b1cab2d99516352d8b7692c0b0c2fb8a81d221.tar.bz2 pyramid-e9b1cab2d99516352d8b7692c0b0c2fb8a81d221.zip | |
Merge pull request #3693 from Pylons/fixup/github-workflows
PyPy works on Windows again
| -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 }} |
