Patching cloud_sptheme now handled in docker build

This commit is contained in:
Ian Bell
2025-04-07 17:03:42 -04:00
parent 4ff10f676b
commit 3ba3828f41

View File

@@ -77,13 +77,6 @@ jobs:
source activate docs
python setup.py bdist_wheel --dist-dir dist
pip install -vvv --force-reinstall --ignore-installed --upgrade --no-index `ls dist/*.whl`
- name: Patch cloud_sptheme for modern jinja2 file locations
working-directory: ./dev/docker
shell: bash
run: |
source activate docs
python patch_cloud_sptheme.py
- name: Test the installed CoolProp version
shell: bash