We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb33da3 commit b2dd1f3Copy full SHA for b2dd1f3
1 file changed
.github/workflows/python-app.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Generate SensorThings model (OData)
55
run: |
56
# 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 ""
+ python -m frost_sta_client.odata_codegen.install_model_simple
58
59
- name: Test with pytest
60
0 commit comments