@@ -48,10 +48,10 @@ jobs:
4848 # The Fornax-Hea images can definitely be used here, just we're having some issues with what supporting files
4949 # software are included at the moment, so it is easier to use a different image and just install HEASoft
5050 # at the moment
51- - image : ghcr.io/nasa-fornax/fornax-images/fornax-hea:update-addHEASoft6.36
51+ - image : ghcr.io/nasa-fornax/fornax-images/fornax-hea:main
5252 # This sets the amount of compute that we'll use to run the on-PR builds/tests - this particular setup corresponds
5353 # to 2 CPUs and 4GB of RAM as of 16th September 2025
54- resource_class : medium
54+ resource_class : medium+
5555 # Setting up the environment variables that define the support data versions to load. Use a
5656 # YAML anchor to keep the values consistent across jobs
5757 << : *version-env
@@ -125,15 +125,16 @@ jobs:
125125 rm $ENV_DIR/heasoft/heasoft/spectral/modelData
126126 ln -s $(pwd)/xspec-data/modelData $ENV_DIR/heasoft/heasoft/spectral/modelData
127127
128- - run :
129- name : Installing extra dependencies
130- # TODO THIS METHOD OF DEFINING DEPS IS NOT GOOD ENOUGH, EVEN FOR A TEMPORARY SOLUTION
131- command : |
132- micromamba install -y -c conda-forge -n heasoft pyvo tqdm aplpy s3fs boto3 scikit-learn umap-learn
133- micromamba run -n heasoft pip install xga
134- micromamba run -n heasoft pip install --pre astroquery --upgrade
135- micromamba install -y -c conda-forge -n sas astroquery pyvo tqdm aplpy s3fs boto3
136- micromamba run -n sas pip install xga
128+ # - run:
129+ # name: Installing extra dependencies
130+ # # TODO THIS METHOD OF DEFINING DEPS IS NOT GOOD ENOUGH, EVEN FOR A TEMPORARY SOLUTION
131+ # command: |
132+ # micromamba run -n heasoft pip install --pre astroquery --upgrade
133+ #
134+ # # micromamba install -y -c conda-forge -n heasoft pyvo tqdm aplpy s3fs boto3 scikit-learn umap-learn uncompresspy
135+ # # micromamba run -n heasoft pip install xga
136+ # # micromamba install -y -c conda-forge -n sas astroquery pyvo tqdm aplpy s3fs boto3
137+ # # micromamba run -n sas pip install xga
137138
138139 - run :
139140 name : Create the Sphinx build environment
@@ -162,7 +163,7 @@ jobs:
162163 # "-D html_js_files=," stops the google analytics script from being included in the built HTML.
163164 # "-nWT --keep-going" counts even warnings as failures, but doesn't stop the build on them.
164165 # "--warning-file=" writes a file containing any warnings and errors to the artifacts directory.
165- micromamba run -n build_docs sphinx-build -b html . _build/html -D html_js_files=, -nWT --keep-going --warning-file=~/artifacts/sphinx-warn-error-log.txt
166+ micromamba run -n build_docs sphinx-build -b html . _build/html -D html_js_files=, -nWT --keep-going --warning-file=~/artifacts/sphinx-warn-error-log.txt -T
166167
167168 # Cleans up some of the HTML, removing caption text
168169 sed -E -i.bak '/caption-text/{N; s/.+caption-text.+\n<ul>/<ul>/; P;D;}' _build/html/index.html
@@ -246,7 +247,6 @@ jobs:
246247 # the version number of the files changes.
247248 cache-support-data :
248249 docker :
249- # - image: cimg/python:3.13
250250 - image : ghcr.io/nasa-fornax/fornax-images/fornax-slim:20260119_1436
251251 # We use the small resource class (1 core, 2GB RAM) as this job should just download files to disk
252252 resource_class : small
0 commit comments