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 88ea5ed commit 40a66a5Copy full SHA for 40a66a5
.github/workflows/big_endian.yml
@@ -142,9 +142,6 @@ jobs:
142
# Install test dependencies separately
143
python -m pip install --break-system-packages pytest pytest-run-parallel pytest-timeout &&
144
145
- # Verify NumPy version
146
- python -c \"import numpy; print('Using NumPy version:', numpy.__version__)\" &&
147
-
148
cd ..
149
python -m pytest -vvv --color=yes --timeout=600 --tb=short quaddtype/tests/
150
'"
0 commit comments