Skip to content

Commit

Permalink
add --force-reinstall for pip to ensure vault gets installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Esgrove committed Oct 30, 2024
1 parent 7ab731f commit bc2fb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
bin/rust/vault exists secret-nodejs | grep -q "key 'secret-nodejs' does not exist"
- name: Install Python PyO3 vault
run: python -m pip install .
run: python -m pip install --force-reinstall .
working-directory: python-pyo3

- name: Check version
Expand Down

0 comments on commit bc2fb12

Please sign in to comment.