diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc80758..4aeec9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,8 +50,8 @@ jobs: - {os: "macos-latest", osname: "MacOS", PY: "3.11", TOXENV: "py311", arch: "x64"} - {os: "windows-latest", osname: "Windows", PY: "3.10", TOXENV: "py310", arch: "x64"} - {os: "windows-latest", osname: "Windows", PY: "3.11", TOXENV: "py311", arch: "x64"} - - {os: "ubuntu-latest", osname: "Linux", PY: "pypy-3.9", TOXENV: "pypy39", arch: "x64"} - - {os: "ubuntu-latest", osname: "Linux", PY: "pypy-3.10", TOXENV: "pypy310", arch: "x64"} + #- {os: "ubuntu-latest", osname: "Linux", PY: "pypy-3.9", TOXENV: "pypy39", arch: "x64"} + #- {os: "ubuntu-latest", osname: "Linux", PY: "pypy-3.10", TOXENV: "pypy310", arch: "x64"} steps: - name: "Checkout" uses: actions/checkout@v3 @@ -84,8 +84,8 @@ jobs: test: - {PY: "3.10", PG: "14", TOXENV: "py310"} - {PY: "3.11", PG: "15", TOXENV: "py311"} - - {PY: "pypy3.9", PG: "15", TOXENV: "pypy39"} - - {PY: "pypy3.10", PG: "15", TOXENV: "pypy310"} + #- {PY: "pypy3.9", PG: "15", TOXENV: "pypy39"} + #- {PY: "pypy3.10", PG: "15", TOXENV: "pypy310"} steps: - name: "Checkout" uses: actions/checkout@v3 @@ -165,9 +165,9 @@ jobs: shell: bash run: | ls -l wheelhouse - - name: "Clean" - shell: bash - run: rm -f wheelhouse/UNKNOWN* + #- name: "Clean" + # shell: bash + # run: rm -f wheelhouse/UNKNOWN* - uses: actions/upload-artifact@v3 with: {name: "dist", path: "wheelhouse"}