Skip to content

Commit

Permalink
CI: Update pip/setuptools as part of setup
Browse files Browse the repository at this point in the history
This is to avoid a warning from setuptools_scm.
  • Loading branch information
dopplershift committed Dec 14, 2023
1 parent cf1351f commit a83cfdd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/install-pypi/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ runs:
shell: bash
run: echo "PIP_NO_BINARY=shapely" >> $GITHUB_ENV

- name: Upgrade pip and setuptools
shell: bash
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools
- name: Set dependency groups for install
shell: bash
run: |
Expand Down

0 comments on commit a83cfdd

Please sign in to comment.