Skip to content

Commit

Permalink
ci: update pipx install to use self add instead of inject
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Sep 8, 2023
1 parent 3475115 commit d3233fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ copyright_date: '2023'
development_branch: main
doc_dir: docs
extends_calcipy: true
install_extras: -E ddict -E doc -E lint -E tags
-E test -E types
install_extras: -E ddict -E doc -E lint -E nox -E stale -E tags -E test -E types
minimum_python: 3.9.13
minimum_python_short: '3.9'
package_name_py: calcipy
Expand Down
3 changes: 2 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ runs:
for tool in "poetry==${{ inputs.poetry-version }}" ${{ inputs.pipx-packages }}; do
pipx install $tool
done
pipx inject poetry setuptools==68.1.2
# Resolves https://github.com/python-poetry/poetry/issues/7611
poetry self add setuptools==68.1.2
shell: bash

- name: Debug pipx
Expand Down

0 comments on commit d3233fe

Please sign in to comment.