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 335f425 commit 85e7840Copy full SHA for 85e7840
.github/workflows/ci.yml
@@ -77,7 +77,7 @@ jobs:
77
LD_LIBRARY_PATH="/usr/local/lib64:/usr/local/lib:$LD_LIBRARY_PATH"
78
79
git submodule update --init --recursive
80
- ls -la quaddtype/numpy_quaddtype/QBLAS/
+ ls -la numpy_quaddtype/QBLAS/
81
python -m pip install . -v --no-build-isolation -Cbuilddir=build -C'compile-args=-v' -Csetup-args="-Dbuildtype=debug"
82
- name: Run quaddtype tests
83
working-directory: quaddtype
0 commit comments