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/)