Skip to content

Commit

Permalink
Fix Pip version
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiasAgelvis committed Jul 22, 2023
1 parent a89aaa9 commit b6090d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: python -m pip install --upgrade pip==23.1.1
- run: sudo apt install -y pandoc
- run: pip install -r requirements.txt
- run: bash odt_to_html.sh
Expand Down

0 comments on commit b6090d2

Please sign in to comment.