Skip to content

Commit c1cdbbd

Browse files
authored
Update ensure_pure_cbor2.sh
1 parent 66303d4 commit c1cdbbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ensure_pure_cbor2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ sys.exit(1 if using_c_ext else 0)
2727

2828
if [ $? -ne 0 ]; then
2929
echo "Reinstalling cbor2 with pure Python implementation..."
30-
$PYTHON -m pip uninstall -y cbor2 || uv pip uninstall -y cbor2
30+
$PYTHON -m pip uninstall -y cbor2 || uv pip uninstall cbor2
3131
CBOR2_BUILD_C_EXTENSION=0 $PYTHON -m pip install --no-binary cbor2 "cbor2==$CBOR2_VERSION" --force-reinstall || CBOR2_BUILD_C_EXTENSION=0 uv pip install --no-binary cbor2 "cbor2==$CBOR2_VERSION" --force-reinstall
3232
echo "Successfully reinstalled cbor2 with pure Python implementation"
3333
else

0 commit comments

Comments
 (0)