From 6e1e4c00a82bbf79317c200d5b4dc6aae6ee7075 Mon Sep 17 00:00:00 2001 From: Zhen Lu Date: Wed, 27 Sep 2023 22:30:44 -0700 Subject: [PATCH] use x86_64 container --- .github/workflows/test_python.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test_python.yml b/.github/workflows/test_python.yml index 8ac9423..9514d81 100644 --- a/.github/workflows/test_python.yml +++ b/.github/workflows/test_python.yml @@ -8,6 +8,11 @@ jobs: defaults: run: working-directory: lightspark-crypto-python + container: + image: quay.io/pypa/manylinux2014_x86_64 + env: + PLAT: manylinux2014_x86_64 + PYBIN: "/opt/python/${{ matrix.python }}/bin" strategy: matrix: python: # Update this list whenever the docker image is updated (check /opt/python/)