doc CD: fixed package name

This commit is contained in:
Nicolas Kruse 2025-06-06 13:52:17 +02:00
parent 6659545391
commit 08c81444dd
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
python-version: "3.x" python-version: "3.x"
- name: Build database - name: Build database
run: | run: |
pip install yaml pip install pyyaml
python thermo_data/combine_data.py thermo_data/combined_data.yaml thermo_data/nasa9*.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 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" # echo "Create a dummy file to ensure gaspype does't crash"