Skip to content
Snippets Groups Projects
Commit 26d0e7cf authored by Thomas Kluyver's avatar Thomas Kluyver Committed by Karim Ahmed
Browse files

Try setting MODULEPATH environment variable directly

parent 4b47b9eb
No related branches found
No related tags found
1 merge request!984Try updating to Python 3.11 & update all deps
...@@ -23,8 +23,8 @@ default: ...@@ -23,8 +23,8 @@ default:
- source .venv/bin/activate - source .venv/bin/activate
- python3 -m pip install --upgrade pip setuptools wheel - python3 -m pip install --upgrade pip setuptools wheel
- source /etc/profile.d/modules.sh - source /etc/profile.d/modules.sh
- export MODULEPATH=/usr/share/Modules/modulefiles:/etc/modulefiles:/usr/share/modulefiles
- module avail - module avail
- echo $MODULEPATH
checks: checks:
stage: check stage: check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment