Skip to content

Commit

Permalink
we need to install the webserver version as well as dev in the releas…
Browse files Browse the repository at this point in the history
…e script, as dev allows a higher version of ray than webserver, which fails integration tests
  • Loading branch information
RichJackson committed Nov 21, 2023
1 parent cf82d54 commit bda3805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
python -m pip install --upgrade pip
WHEEL_PATH=$(echo $GITHUB_WORKSPACE/dist/*whl)
pip install --index-url https://download.pytorch.org/whl/cpu "torch>=2.0.0"
pip install -e ."[dev]" --cache-dir $PIP_CACHE_DIR
pip install -e ."[dev,webserver]" --cache-dir $PIP_CACHE_DIR
- name: Build model pack caches and test (with acceptance tests)
id: model_pack_cache_build_and_test
Expand Down

0 comments on commit bda3805

Please sign in to comment.