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

List available modules in CI jobs

parent e03306e5
No related branches found
No related tags found
1 merge request!984Try updating to Python 3.11 & update all deps
......@@ -22,6 +22,9 @@ default:
- python3 -m venv .venv
- source .venv/bin/activate
- python3 -m pip install --upgrade pip setuptools wheel
- source /etc/profile.d/modules.sh
- module avail
- echo $MODULEPATH
checks:
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