Skip to content

Commit

Permalink
Install with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
rjfarmer committed Dec 5, 2023
1 parent ada13b9 commit 4d40bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qemu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,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 build && python -m install dist/gfort2py*.whl
cd /gfort2py && python -m build && python -m pip install dist/gfort2py*.whl
'"
- name: Run Tests
run: |
Expand Down

0 comments on commit 4d40bb2

Please sign in to comment.