FIX: certs name problem

This commit is contained in:
2025-10-14 11:13:38 +02:00
parent 85cf37205c
commit 5c49a398a5

View File

@@ -14,6 +14,8 @@ jobs:
uses: actions/checkout@v4
- name: Check modules
run: |
export REQUESTS_CA_BUNDLE=/etc/ssl/ca-bundle.pem
export SSL_CERT_FILE=/etc/ssl/ca-bundle.pem
source /opt/psi/config/profile.bash
module load Python/3.9.10
export COLUMNS=9000
@@ -24,6 +26,8 @@ jobs:
python3 pmodules_tools/pmodules_tools.py --deps-check
- name: Make pages
run: |
export REQUESTS_CA_BUNDLE=/etc/ssl/ca-bundle.pem
export SSL_CERT_FILE=/etc/ssl/ca-bundle.pem
source /opt/psi/config/profile.bash
module load Python/3.9.10 asciidoctor/2.0.23
source pm_tools_venv/bin/activate