Skip to content

Commit eadf219

Browse files
committed
fix(ci): install setuptools in temporary virtualenv for import profile
1 parent cff43d7 commit eadf219

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci/run_single_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ case ${TEST_TYPE} in
110110
echo "Creating temporary virtualenv for import profile..."
111111
python3 -m venv .venv-profiler
112112
source .venv-profiler/bin/activate
113+
python -m pip install --upgrade pip setuptools
113114

114115
PACKAGE_NAME=$(basename $(pwd))
115116
PROFILER_TEMP_DIR=$(mktemp -d)

0 commit comments

Comments
 (0)