Skip to content

Commit

Permalink
you need --force-reinstall to replace a package
Browse files Browse the repository at this point in the history
  • Loading branch information
phinate committed Jul 5, 2023
1 parent afeb530 commit 7a28790
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
run: python -m pip install .[test]

- name: Install jaxopt from source (temp)
run: python -m pip install git+https://github.com/google/jaxopt.git
run:
python -m pip install --upgrade --force-reinstall git+https://github.com/google/jaxopt.git

- name: Test package
run: >-
Expand Down

0 comments on commit 7a28790

Please sign in to comment.