Skip to content

Commit 2e3238f

Browse files
pw-ppodhajskiManul from Pathway
authored andcommitted
ci: pip install -U pip (#7022)
GitOrigin-RevId: edf4360c1d7adf8ad85879aaed2d1e87ddf10679
1 parent b2eae5b commit 2e3238f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ jobs:
223223
python"${{ matrix.python-version }}" -m venv "${ENV_NAME}"
224224
source "${ENV_NAME}/bin/activate"
225225
WHEEL=(./wheels/pathway-*.whl)
226+
pip install -U pip
226227
export PATHWAY_MONITORING_HTTP_PORT=20099
227228
export LLAMA_READER_PORT=8799
228229
pip install --no-cache-dir --prefer-binary "${WHEEL}[tests]"

0 commit comments

Comments
 (0)