We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb6e66 commit 335eb12Copy full SHA for 335eb12
.github/workflows/jekyll-gh-pages.yml
@@ -36,6 +36,8 @@ jobs:
36
run: sudo apt update && sudo apt install python3-ply python3-pil
37
- name: Install python deps
38
run: pip install -r requirements.txt
39
+ - name: Examine installation
40
+ run: ls -lar /home/runner/.local/lib/python3.10/site-packages/grf
41
- name: Generate docs (RV)
42
run: PATH=${PWD}/gopath/bin:${PATH} make doc.rv
43
- name: Generate docs (RT)
0 commit comments