Skip to content

Commit b2dd1f3

Browse files
committed
chore: invoke built-in code generation in ci/cd
1 parent bb33da3 commit b2dd1f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Generate SensorThings model (OData)
5555
run: |
5656
# python -m frost_sta_client.odata_codegen.install_model --url http://localhost:8080/FROST-Server --username admin --password admin
57-
python -m frost_sta_client.odata_codegen.install_model --url ""
57+
python -m frost_sta_client.odata_codegen.install_model_simple
5858
5959
- name: Test with pytest
6060
run: |

0 commit comments

Comments
 (0)