doc CD: added yaml dependency

This commit is contained in:
Nicolas Kruse 2025-06-06 13:50:52 +02:00
parent 7af6176464
commit 6659545391
1 changed files with 1 additions and 0 deletions

View File

@ -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"