diff --git a/.gitea/workflows/pmodules_check.yml b/.gitea/workflows/pmodules_check.yml index a1cecbc7..77def22f 100644 --- a/.gitea/workflows/pmodules_check.yml +++ b/.gitea/workflows/pmodules_check.yml @@ -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