Skip to content

Commit

Permalink
ci: pip install -U pip (#7022)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: edf4360c1d7adf8ad85879aaed2d1e87ddf10679
  • Loading branch information
pw-ppodhajski authored and Manul from Pathway committed Jul 25, 2024
1 parent b2eae5b commit 2e3238f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ jobs:
python"${{ matrix.python-version }}" -m venv "${ENV_NAME}"
source "${ENV_NAME}/bin/activate"
WHEEL=(./wheels/pathway-*.whl)
pip install -U pip
export PATHWAY_MONITORING_HTTP_PORT=20099
export LLAMA_READER_PORT=8799
pip install --no-cache-dir --prefer-binary "${WHEEL}[tests]"
Expand Down

0 comments on commit 2e3238f

Please sign in to comment.