fix: use Python module import for CI verification to avoid PATH issues
This commit is contained in:
@@ -74,5 +74,4 @@ jobs:
|
|||||||
- name: Verify installation
|
- name: Verify installation
|
||||||
run: |
|
run: |
|
||||||
pip install dist/gitignore_generator-1.0.0-py3-none-any.whl
|
pip install dist/gitignore_generator-1.0.0-py3-none-any.whl
|
||||||
export PATH="$HOME/.local/bin:$PATH"
|
python -c "import gitignore_generator; print('Package imported successfully')"
|
||||||
gitignore --version
|
|
||||||
|
|||||||
Reference in New Issue
Block a user