doc CD: fixed invalid comment

This commit is contained in:
Nicolas Kruse 2025-06-06 13:47:51 +02:00
parent 90b3c77ae1
commit 7af6176464
1 changed files with 6 additions and 4 deletions

View File

@ -17,13 +17,15 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.x"
- name: Install gaspype and dependencies
- name: Build database
run: |
#echo "Create a dummy file to ensure gaspype does't crash"
#mkdir -p src/gaspype/data
#printf 'gapy\x00\x00\x00\x00' > src/gaspype/data/therm_data.bin
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"
# mkdir -p src/gaspype/data
# printf 'gapy\x00\x00\x00\x00' > src/gaspype/data/therm_data.bin
- name: Install gaspype and dependencies
run: |
pip install .[doc_build]
python -m ipykernel install --user --name temp_kernel --display-name "Python (temp_kernel)"
- name: Generate Docs