Skip to content
Snippets Groups Projects
Commit bd6d7cc5 authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

Merge branch 'texlive-2022' into 'master'

Update report creation to use texlive/2022

See merge request !1009
parents ec5e89da 0fe177b4
No related branches found
No related tags found
1 merge request!1009Update report creation to use texlive/2022
......@@ -57,10 +57,14 @@ automated_test:
OUTPUT: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME
DETECTORS: all
CALIBRATION: all
PYENV_VERSION: "3.8"
CAL_CAL_TOOLS_CALCAT: "{base-api-url='http://exflcalproxy:8080/api', use-oauth2=false}"
stage: automated_test
only: [merge_requests]
when: manual
allow_failure: false
tags:
- integration
<<: *before_script
script:
- export LANG=C # Hopefully detect anything relying on locale
......
......@@ -16,7 +16,7 @@ echo "job ID: ${SLURM_JOB_ID:-none}"
# set-up enviroment
source /etc/profile.d/modules.sh
module load texlive/2019
module load texlive/2022
# make sure we use agg backend
export MPLBACKEND=AGG
......
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