We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5108359 commit bd307a0Copy full SHA for bd307a0
1 file changed
.github/workflows/python-publish.yml
@@ -30,7 +30,7 @@ jobs:
30
pip install build
31
echo "github.ref:"
32
echo "$GITHUB_REF"
33
- pip install .
+ # pip install .
34
- name: Generate SensorThings model (OData)
35
run: |
36
python -m frost_sta_client.odata_codegen.install_model_simple
0 commit comments