fix: use Python module import for CI verification to avoid PATH issues
Some checks failed
CI / test (3.10) (push) Failing after 12s
CI / test (3.11) (push) Failing after 13s
CI / test (3.12) (push) Failing after 11s
CI / lint (push) Failing after 11s
CI / build (push) Successful in 13s

This commit is contained in:
2026-02-02 16:19:19 +00:00
parent a56ade3ea7
commit 1f275038a5

View File

@@ -74,5 +74,4 @@ jobs:
- name: Verify installation
run: |
pip install dist/gitignore_generator-1.0.0-py3-none-any.whl
export PATH="$HOME/.local/bin:$PATH"
gitignore --version
python -c "import gitignore_generator; print('Package imported successfully')"