Skip to content

Commit

Permalink
add -y when uninstalling rerun-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed May 11, 2023
1 parent f23dae3 commit 2a681de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable_build_web_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
- name: Install built wheel
shell: bash
run: |
pip uninstall rerun-sdk
pip uninstall rerun-sdk -y
pip install deprecated numpy>=1.23 pyarrow==10.0.1 pytest==7.1.2
pip install rerun-sdk --no-index --find-links wheel
- name: Verify built wheel version
Expand Down

0 comments on commit 2a681de

Please sign in to comment.