Skip to content

Commit

Permalink
Install ply
Browse files Browse the repository at this point in the history
  • Loading branch information
ahyangyi committed Sep 9, 2023
1 parent f1a7c7f commit 1e886f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
uses: actions/checkout@v3
- name: Install golang deps
run: ./install-go-dependencies.sh
- name: Install system python deps
run: apt update && apt install ply
- name: Install python deps
run: pip install -r requirements.txt
- name: Generate docs (WIP)
Expand Down

0 comments on commit 1e886f3

Please sign in to comment.