Skip to content

Commit

Permalink
Fix action definition
Browse files Browse the repository at this point in the history
  • Loading branch information
skloibi committed Dec 1, 2023
1 parent bd43f4a commit b524b6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ runs:
cache: pip
python-version: "${{ inputs.python-version }}"
- name: Install Python dependencies
shell: bash
run: |
python -m pip install --upgrade pip
pip install --upgrade setuptools
Expand Down

0 comments on commit b524b6a

Please sign in to comment.