FIX: venv creatioN
This commit is contained in:
@@ -35,7 +35,11 @@ jobs:
|
|||||||
export SSL_CERT_FILE=/etc/ssl/ca-bundle.pem
|
export SSL_CERT_FILE=/etc/ssl/ca-bundle.pem
|
||||||
source /opt/psi/config/profile.bash
|
source /opt/psi/config/profile.bash
|
||||||
module load Python/3.9.10 asciidoctor/2.0.23
|
module load Python/3.9.10 asciidoctor/2.0.23
|
||||||
|
export COLUMNS=9000
|
||||||
|
export TERM='xterm'
|
||||||
|
python3 -m venv pm_tools_venv
|
||||||
source pm_tools_venv/bin/activate
|
source pm_tools_venv/bin/activate
|
||||||
|
pip install -r requirements.txt
|
||||||
mkdir public
|
mkdir public
|
||||||
python3 pmodules_tools/pmodules_tools.py --db-check
|
python3 pmodules_tools/pmodules_tools.py --db-check
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user