Skip to content

Commit

Permalink
force reinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin-b committed Mar 8, 2024
1 parent 46bee61 commit cf23925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
rm -Rf httpx_auth
- name: Install wheel
run: |
python -m pip install dist/httpx_auth-0.22.0-py3-none-any.whl
python -m pip install dist/httpx_auth-0.22.0-py3-none-any.whl --force-reinstall
python -c 'import httpx_auth'
- name: Install source distribution
run: |
python -m pip install dist/httpx_auth-0.22.0.tar.gz
python -m pip install dist/httpx_auth-0.22.0.tar.gz --force-reinstall
python -c 'import httpx_auth'

0 comments on commit cf23925

Please sign in to comment.