Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
ahyangyi committed Sep 9, 2023
1 parent add2f74 commit 0be7b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install golang deps
run: ./install-go-dependencies.sh
- name: Install system python deps
run: sudo apt update && sudo apt install ply
run: sudo apt update && sudo apt install python-ply
- name: Install python deps
run: pip install -r requirements.txt
- name: Generate docs (WIP)
Expand Down

0 comments on commit 0be7b23

Please sign in to comment.