Skip to content

Commit

Permalink
Update linux_qemu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KiritakeKumi committed Apr 26, 2024
1 parent 5a23f2b commit 066b281
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux_qemu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,9 @@ jobs:
rm -f /usr/bin/ld.bfd && ln -s /host/usr/bin/${TOOLCHAIN_NAME}-ld.bfd /usr/bin/ld.bfd &&
rm -f /usr/bin/ninja && ln -s /host/usr/bin/ninja /usr/bin/ninja &&
git config --global --add safe.directory /numpy &&
python -m pip install -r /numpy/requirements/build_requirements.txt &&
python -m pip install pytest pytest-xdist hypothesis typing_extensions &&
python3 -m venv /root/numpyenv
/root/numpyenv/bin/pip install -r /numpy/requirements/build_requirements.txt &&
/root/numpyenv/bin/pip install pytest pytest-xdist hypothesis typing_extensions &&
rm -f /usr/local/bin/ninja && mkdir -p /usr/local/bin && ln -s /host/usr/bin/ninja /usr/local/bin/ninja
"
docker commit the_container the_container
Expand Down

0 comments on commit 066b281

Please sign in to comment.