We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec0d32 commit c85585cCopy full SHA for c85585c
.github/workflows/ci.yml
@@ -92,8 +92,8 @@ jobs:
92
- name: Verify package installation
93
run: |
94
echo "✅ Verifying package can be installed..."
95
- uv pip install dist/*.whl --system
96
- python -c "import eoapi_notifier; print('Package installed successfully')"
+ uv pip install dist/*.whl
+ uv run python -c "import eoapi_notifier; print('Package installed successfully')"
97
98
- name: Upload build artifacts
99
uses: actions/upload-artifact@v4
0 commit comments