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 09764a5 commit 77fcb35Copy full SHA for 77fcb35
.github/workflows/big_endian.yml
@@ -8,7 +8,6 @@ on:
8
pull_request:
9
branches:
10
- main
11
- - maintenance/**
12
paths:
13
- "quaddtype/**"
14
- ".github/workflows/**"
@@ -150,5 +149,5 @@ jobs:
150
149
cd /workspace/quaddtype &&
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
- pytest -vvv --color=yes --timeout=600 --tb=short tests/
+ python -m pytest -vvv --color=yes --timeout=600 --tb=short tests/
154
'"
0 commit comments