ADD: cert path

This commit is contained in:
Germann Elsa Sylvia
2025-05-22 09:57:38 +02:00
parent 0c50372755
commit b8e52dc0d1

View File

@ -14,6 +14,8 @@ jobs:
uses: actions/checkout@v4
- name: Check modules
run: |
export REQUESTS_CA_BUNDLE=/etc/ssl/cert.pem
export SSL_CERT_FILE=/etc/ssl/cert.pem
source /opt/psi/config/profile.bash
module load Python/3.9.10
export COLUMNS=9000