forked from docs/doc-exports
adding virtualenv
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user