From 85cf37205cddc340f7c04b723ae12551837b073c Mon Sep 17 00:00:00 2001 From: germann_e Date: Tue, 14 Oct 2025 11:08:47 +0200 Subject: [PATCH] FIX: remove unnecessary SSL variables --- .gitea/workflows/pmodules_check.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/pmodules_check.yml b/.gitea/workflows/pmodules_check.yml index 995ee17e..b6c99489 100644 --- a/.gitea/workflows/pmodules_check.yml +++ b/.gitea/workflows/pmodules_check.yml @@ -14,8 +14,6 @@ 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 @@ -26,8 +24,6 @@ jobs: python3 pmodules_tools/pmodules_tools.py --deps-check - name: Make pages 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 asciidoctor/2.0.23 source pm_tools_venv/bin/activate