fix: add PATH export for ~/.local/bin in CI workflow
This commit is contained in:
@@ -74,4 +74,5 @@ jobs:
|
|||||||
- name: Verify installation
|
- name: Verify installation
|
||||||
run: |
|
run: |
|
||||||
pip install dist/*.whl
|
pip install dist/*.whl
|
||||||
|
export PATH="$HOME/.local/bin:$PATH"
|
||||||
gitignore --version
|
gitignore --version
|
||||||
|
|||||||
Reference in New Issue
Block a user