Skip to content

Commit 335eb12

Browse files
committed
(Generic) see grf-py installation
1 parent adb6e66 commit 335eb12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/jekyll-gh-pages.yml

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
run: sudo apt update && sudo apt install python3-ply python3-pil
3737
- name: Install python deps
3838
run: pip install -r requirements.txt
39+
- name: Examine installation
40+
run: ls -lar /home/runner/.local/lib/python3.10/site-packages/grf
3941
- name: Generate docs (RV)
4042
run: PATH=${PWD}/gopath/bin:${PATH} make doc.rv
4143
- name: Generate docs (RT)

0 commit comments

Comments
 (0)