diff options
author | David Robertson <davidr@element.io> | 2023-02-07 19:50:17 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2023-02-07 19:50:17 +0000 |
commit | 99bc8cdaa42c0ae97c074f76987b3f12cb415a5f (patch) | |
tree | 17ece5b7ca9d54ecc276b2cd77293e262a4e6a6b | |
parent | Use old fstring syntaxxxxxxxxxxxxxxxxxxxxxxxxx (diff) | |
download | synapse-99bc8cdaa42c0ae97c074f76987b3f12cb415a5f.tar.xz |
Don't test pypy3.8 wheels either
-rw-r--r-- | .github/workflows/release-artifacts.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index adfb43d794..080718e9fb 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -148,7 +148,7 @@ jobs: env: # Skip testing for platforms which various libraries don't have wheels # for, and so need extra build deps. - CIBW_TEST_SKIP: pp3{7,9}-* *i686* *musl* + CIBW_TEST_SKIP: pp3*-* *i686* *musl* # Fix Rust OOM errors on emulated aarch64: https://github.com/rust-lang/cargo/issues/10583 CARGO_NET_GIT_FETCH_WITH_CLI: true CIBW_ENVIRONMENT_PASS_LINUX: CARGO_NET_GIT_FETCH_WITH_CLI |