Skip to content

Commit

Permalink
Trying to fix manylinux-arm64 job.
Browse files Browse the repository at this point in the history
  • Loading branch information
rturrado committed Apr 17, 2024
1 parent eb084fe commit 50dc10a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/assets.yml
Expand Up @@ -81,7 +81,7 @@ jobs:
NPROCS: 5
run: |
export PATH="/opt/python/${{ matrix.cpython_version }}/bin:$PATH"
conan remove -c "qx/*"
conan remove -c "*/*"
/opt/python/${{ matrix.cpython_version }}/bin/python setup.py bdist_wheel
/opt/python/${{ matrix.cpython_version }}/bin/python -m auditwheel repair pybuild/dist/*.whl
- name: Wheel path
Expand Down Expand Up @@ -141,9 +141,12 @@ jobs:
env:
QX_CPU_COMPATIBILITY_MODE: "True"
NPROCS: 5
# We clean the Conan cache as a preventive measure for our runs in self-hosted runners
# Self-hosted runners use containers that cache Conan packages from previous runs,
# and that can cause different type of problems
run: |
export PATH="/opt/python/${{ matrix.cpython_version }}/bin:$PATH"
conan remove -c "qx/*"
conan remove -c "*/*"
python setup.py bdist_wheel
python -m auditwheel repair pybuild/dist/*.whl
- name: Wheel path
Expand Down

0 comments on commit 50dc10a

Please sign in to comment.