Skip to content

Commit c85585c

Browse files
committed
Fixed build of package in CI pipeline.
1 parent aec0d32 commit c85585c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ jobs:
9292
- name: Verify package installation
9393
run: |
9494
echo "✅ Verifying package can be installed..."
95-
uv pip install dist/*.whl --system
96-
python -c "import eoapi_notifier; print('Package installed successfully')"
95+
uv pip install dist/*.whl
96+
uv run python -c "import eoapi_notifier; print('Package installed successfully')"
9797
9898
- name: Upload build artifacts
9999
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)