From 6659545391595d1d17ad49d23de979f0721586b8 Mon Sep 17 00:00:00 2001 From: Nicolas Kruse Date: Fri, 6 Jun 2025 13:50:52 +0200 Subject: [PATCH] doc CD: added yaml dependency --- .github/workflows/docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 37ca611..78f086b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -19,6 +19,7 @@ jobs: python-version: "3.x" - name: Build database run: | + pip install yaml python thermo_data/combine_data.py thermo_data/combined_data.yaml thermo_data/nasa9*.yaml python thermo_data/compile_to_bin.py thermo_data/combined_data.yaml src/gaspype/data/therm_data.bin # echo "Create a dummy file to ensure gaspype does't crash"