"mkdir -p src/gaspype/data" added in doc-CD-script
This commit is contained in:
parent
ea4ee7821e
commit
14d6f5a7fb
|
@ -22,6 +22,7 @@ jobs:
|
||||||
- name: Generate Class List
|
- name: Generate Class List
|
||||||
run: |
|
run: |
|
||||||
echo "Create a dummy file to ensure the class list generation works"
|
echo "Create a dummy file to ensure the class list generation works"
|
||||||
|
mkdir -p src/gaspype/data
|
||||||
printf 'gapy\x00\x00\x00\x00' > src/gaspype/data/therm_data.bin
|
printf 'gapy\x00\x00\x00\x00' > src/gaspype/data/therm_data.bin
|
||||||
pip install .
|
pip install .
|
||||||
python ./docs/source/generate_class_list.py
|
python ./docs/source/generate_class_list.py
|
||||||
|
|
Loading…
Reference in New Issue