Skip to content

Commit

Permalink
Set include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rjfarmer committed Dec 5, 2023
1 parent 310855e commit 0bc190b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qemu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ 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 /gfort2py &&
python -m pip install build wheel pytest cpyparsing platformdirs &&
python -m pip install build wheel pytest &&
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 All @@ -113,7 +113,7 @@ jobs:
run: |
docker run --rm -e "TERM=xterm-256color" -v $(pwd):/gfort2py -v /:/host the_container \
/bin/script -e -q -c "/bin/bash --noprofile --norc -eo pipefail -c '
cd /gfort2py && python -m install .
cd /gfort2py && python -m pip --global-option=build_ext --global-option="-I/usr/include/${TOOLCHAIN_NAME}/include/" install .
'"
- name: Run Tests
run: |
Expand Down

0 comments on commit 0bc190b

Please sign in to comment.