Skip to content

Commit

Permalink
use x86_64 container
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenlu committed Sep 28, 2023
1 parent 63d0858 commit 6e1e4c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down

0 comments on commit 6e1e4c0

Please sign in to comment.