Skip to content

Commit

Permalink
Too many -m's
Browse files Browse the repository at this point in the history
  • Loading branch information
rjfarmer committed Dec 5, 2023
1 parent e784b46 commit ada13b9
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 python -m install dist/gfort2py*.whl
cd /gfort2py && python -m build && python -m install dist/gfort2py*.whl
'"
- name: Run Tests
run: |
Expand Down

0 comments on commit ada13b9

Please sign in to comment.