Skip to content

Commit

Permalink
Update python-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arc-hugo authored Oct 14, 2024
1 parent 2d3dc8e commit f052716
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
needs: tests
steps:
- uses: actions/checkout@v3
- uses: Actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit f052716

Please sign in to comment.