We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be088d9 commit 0a17749Copy full SHA for 0a17749
e2e/test_elfdeps.sh
@@ -25,6 +25,7 @@ PYVER=$(python3 -c 'import sys; print("%s%s" % sys.version_info[:2])')
25
EXTRACTDIR="$OUTDIR/extract"
26
mkdir -p "$EXTRACTDIR"
27
28
+ls wheels-repo/downloads
29
WHL=wheels-repo/downloads/${DIST}-${VERSION}-0-cp${PYVER}-cp${PYVER}-${WHEEL_PLATFORM_TAG}.whl
30
unzip "$OUTDIR/$WHL" -d "$EXTRACTDIR"
31
0 commit comments