Skip to content

Commit 41a9ad4

Browse files
committed
fix: restore installation of client in code generation in ci/cd
1 parent bd307a0 commit 41a9ad4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
pip install build
3131
echo "github.ref:"
3232
echo "$GITHUB_REF"
33-
# pip install .
33+
pip install .
3434
- name: Generate SensorThings model (OData)
3535
run: |
3636
python -m frost_sta_client.odata_codegen.install_model_simple

0 commit comments

Comments
 (0)