Skip to content

Commit

Permalink
Remove unnecessary install from pypi-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rod-glover committed Dec 1, 2023
1 parent 30fbcc0 commit f93b630
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ jobs:
poetry config repositories.pcic https://pypi.pacificclimate.org/
poetry config http-basic.pcic $PCIC_PYPI_USERNAME $PCIC_PYPI_PASSWORD
# Pre-install initial packages (numpy, setuptools)
poetry install --only initial
# Install gdal using pip3 into the Poetry virtualenv
poetry run pip3 install gdal==3.0.4
# Install rest of project
poetry install
# Build and publish
poetry build
poetry publish -r pcic

0 comments on commit f93b630

Please sign in to comment.