Skip to content

Commit 77fcb35

Browse files
committed
using python -m
1 parent 09764a5 commit 77fcb35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/big_endian.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
pull_request:
99
branches:
1010
- main
11-
- maintenance/**
1211
paths:
1312
- "quaddtype/**"
1413
- ".github/workflows/**"
@@ -150,5 +149,5 @@ jobs:
150149
cd /workspace/quaddtype &&
151150
echo \"Running quaddtype tests on ${ARCH_NAME} (endianness: \$(python -c \"import sys; print(sys.byteorder)\"))\" &&
152151
echo \"Note: Testing big-endian byte order handling in quad precision operations\" &&
153-
pytest -vvv --color=yes --timeout=600 --tb=short tests/
152+
python -m pytest -vvv --color=yes --timeout=600 --tb=short tests/
154153
'"

0 commit comments

Comments
 (0)