Skip to content

Commit

Permalink
Fix pip usage
Browse files Browse the repository at this point in the history
  • Loading branch information
julianhille committed Nov 18, 2023
1 parent 7df2f02 commit cf68533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/update_synapse_test_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi
mkdir -p "${SYNAPSE_BUILD_TEST}"

echo 'Downloading ...'
pip download matrix-synapse=="${VERSION}" --no-binary=matrix-synapse --no-deps -d "${BUILD_DIR}"
python -m pip download matrix-synapse=="${VERSION}" --no-binary=matrix-synapse --no-deps -d "${BUILD_DIR}"

echo 'Unpacking ...'
tar -C "${SYNAPSE_BUILD_TEST}" --strip-components 2 -xvzf "${BUILD_DIR}"/*-"${VERSION}.tar.gz" --wildcards "*-${VERSION}/tests/"
Expand Down

0 comments on commit cf68533

Please sign in to comment.