We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96be1d7 commit c881907Copy full SHA for c881907
.github/workflows/big_endian.yml
@@ -147,8 +147,8 @@ jobs:
147
docker run --rm --platform=linux/${ARCH} -e "TERM=xterm-256color" \
148
-v $(pwd):/workspace -v /:/host quaddtype_container \
149
/bin/script -e -q -c "/bin/bash --noprofile --norc -eo pipefail -c '
150
- cd /workspace/quaddtype &&
+ cd /workspace &&
151
echo \"Running quaddtype tests on ${ARCH_NAME} (endianness: \$(python -c \"import sys; print(sys.byteorder)\"))\" &&
152
echo \"Note: Testing big-endian byte order handling in quad precision operations\" &&
153
- python -m pytest -vvv --color=yes --timeout=600 --tb=short tests/
154
- '"
+ python -m pytest -vvv --color=yes --timeout=600 --tb=short /workspace/quaddtype/tests/
+ '"
0 commit comments