removing venv for better verbosity

This commit is contained in:
2025-08-15 14:46:51 +00:00
parent 6b22ba336a
commit a729aeee8c

View File

@ -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