We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2eae5b commit 2e3238fCopy full SHA for 2e3238f
.github/workflows/release.yml
@@ -223,6 +223,7 @@ jobs:
223
python"${{ matrix.python-version }}" -m venv "${ENV_NAME}"
224
source "${ENV_NAME}/bin/activate"
225
WHEEL=(./wheels/pathway-*.whl)
226
+ pip install -U pip
227
export PATHWAY_MONITORING_HTTP_PORT=20099
228
export LLAMA_READER_PORT=8799
229
pip install --no-cache-dir --prefer-binary "${WHEEL}[tests]"
0 commit comments