mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-19 12:00:39 +08:00
More CI stuff: remove force install (#7462)
* update httpx requirement * add changeset * add to client * add changeset * fix version * reorder * test * try force reinstall * change * reorder action * remove force --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
a4c307bc2c
commit
06b30ce277
4
.github/actions/install-all-deps/action.yml
vendored
4
.github/actions/install-all-deps/action.yml
vendored
@ -82,8 +82,8 @@ runs:
|
||||
shell: bash
|
||||
run: |
|
||||
. ${{ env.VENV_ACTIVATE }}
|
||||
python -m pip install --force-reinstall -e client/python
|
||||
python -m pip install --force-reinstall -e ".[oauth]"
|
||||
python -m pip install -e client/python
|
||||
python -m pip install -e ".[oauth]"
|
||||
- name: install-frontend
|
||||
uses: "gradio-app/gradio/.github/actions/install-frontend-deps@main"
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user