adding virtualenv

This commit is contained in:
2025-08-12 08:02:18 +00:00
parent f3e8406504
commit b534e928ce

View File

@ -194,7 +194,8 @@ jobs:
- name: Generate RST docs
shell: python
run: |
# python3 <<EOF
source ~/.venv/bin/activate
python3 <<EOF
import json
import os
import re
@ -257,4 +258,4 @@ jobs:
exit(result.returncode)
else:
print(f"No files changed found in {html_loc}")
# EOF
EOF