Skip to content

Commit

Permalink
update pip used during release process
Browse files Browse the repository at this point in the history
  • Loading branch information
gruebel committed Apr 5, 2024
1 parent a4cc3fb commit f35cf17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:

- name: Install dependencies
run: |
pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-dev.txt
Expand Down

0 comments on commit f35cf17

Please sign in to comment.