Skip to content

Commit

Permalink
ci(deps): upgrade setuptools.
Browse files Browse the repository at this point in the history
  • Loading branch information
qkaiser committed Oct 13, 2023
1 parent b38f3b9 commit 7f1d0cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/setup-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ runs:
path: ~/.cache/pypoetry/virtualenvs
key: venv-${{ hashFiles('poetry.lock') }}-${{ inputs.python-version }}

- name: Upgrade setuptools
run: poetry run python3 -m pip install -U setuptools
shell: bash

- name: Poetry install
run: poetry install --with dev
shell: bash

0 comments on commit 7f1d0cc

Please sign in to comment.