Skip to content

Commit

Permalink
Update pip (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 authored Aug 15, 2024
1 parent a47d9d3 commit d0bbca9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
# Checkout the repository
- name: Checkout repository
uses: actions/checkout@v2
# Update pip
- name: Update pip
run: pip install --upgrade pip
# Install the dependencies
- name: Install dependencies
run: pip install -r docs/requirements.txt
Expand Down

0 comments on commit d0bbca9

Please sign in to comment.