forked from docs/doc-exports
removing venv for better verbosity
This commit is contained in:
@ -127,8 +127,8 @@ jobs:
|
||||
|
||||
- name: Create virtualenv and install package in editable mode
|
||||
run: |
|
||||
python -m venv ~/.venv
|
||||
source ~/.venv/bin/activate
|
||||
# python -m venv ~/.venv
|
||||
# source ~/.venv/bin/activate
|
||||
pip install --upgrade pip
|
||||
pip install -e ./doc-convertor
|
||||
|
||||
@ -227,9 +227,10 @@ jobs:
|
||||
cat changed_files.txt
|
||||
|
||||
- name: Generate RST docs
|
||||
shell: python
|
||||
run: |
|
||||
source ~/.venv/bin/activate
|
||||
python3 <<EOF
|
||||
# source ~/.venv/bin/activate
|
||||
# python3 <<EOF
|
||||
import json
|
||||
import os
|
||||
import re
|
||||
@ -327,4 +328,4 @@ jobs:
|
||||
exit(result.returncode)
|
||||
else:
|
||||
print(f"No files changed found in {html_loc}")
|
||||
EOF
|
||||
# EOF
|
||||
|
||||
Reference in New Issue
Block a user