Skip to content

Commit

Permalink
Remove extra quote
Browse files Browse the repository at this point in the history
  • Loading branch information
rjfarmer committed Dec 5, 2023
1 parent c40f344 commit f37040c
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 @@ -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 '
export FC=/usr/bin/gfortran
cd /gfort2py && pytest\"
export FC=/usr/bin/gfortran
cd /gfort2py && pytest -v
'"

0 comments on commit f37040c

Please sign in to comment.