Skip to content

Commit

Permalink
Fix github CI pipeline: ensure a correct version of pip is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Perdu committed Nov 11, 2024
1 parent 386c9bc commit 7e3f8ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt install ikiwiki libtext-multimarkdown-perl libimage-magick-perl
- run: sudo apt update
- run: sudo apt install ikiwiki libtext-multimarkdown-perl libimage-magick-perl python3-pip
- run: mkdir ../html
- run: rm -f README.md CONTRIBUTING.md # don't build
- run: ./bin/build-site . ../html
Expand Down

0 comments on commit 7e3f8ea

Please sign in to comment.