doc CD: added yaml dependency
This commit is contained in:
parent
7af6176464
commit
6659545391
|
@ -19,6 +19,7 @@ jobs:
|
||||||
python-version: "3.x"
|
python-version: "3.x"
|
||||||
- name: Build database
|
- name: Build database
|
||||||
run: |
|
run: |
|
||||||
|
pip install yaml
|
||||||
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"
|
||||||
|
|
Loading…
Reference in New Issue