ADD: cert path
This commit is contained in:
@ -14,6 +14,8 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Check modules
|
- name: Check modules
|
||||||
run: |
|
run: |
|
||||||
|
export REQUESTS_CA_BUNDLE=/etc/ssl/cert.pem
|
||||||
|
export SSL_CERT_FILE=/etc/ssl/cert.pem
|
||||||
source /opt/psi/config/profile.bash
|
source /opt/psi/config/profile.bash
|
||||||
module load Python/3.9.10
|
module load Python/3.9.10
|
||||||
export COLUMNS=9000
|
export COLUMNS=9000
|
||||||
|
Reference in New Issue
Block a user