Skip to content

Commit

Permalink
publish-to-pypi: Allow installation of prerelease packages in the che…
Browse files Browse the repository at this point in the history
…ck-pypi-package job.

PiperOrigin-RevId: 658832245
  • Loading branch information
Nate Schmitz authored and Google Earth Engine Authors committed Aug 2, 2024
1 parent 0919fb4 commit bb9aa0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ jobs:
run: |
sleep 3 # To account for PyPi publish delay.
python -m pip install --upgrade pip
python -m pip install --upgrade earthengine-api
python -m pip install --upgrade --pre earthengine-api
python -c "import ee; print(ee.__version__)"

0 comments on commit bb9aa0d

Please sign in to comment.