Skip to content

Commit bd307a0

Browse files
committed
test: generate built-in model in ci/cd without installation of client
1 parent 5108359 commit bd307a0

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)