We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a7bc8d commit 5108359Copy full SHA for 5108359
2 files changed
.github/workflows/python-app.yml
@@ -31,7 +31,7 @@ jobs:
31
docker compose version
32
python3 -m pip install --upgrade pip
33
pip install flake8 pytest
34
- pip install -e .
+ pip install .
35
36
- name: Lint with flake8
37
run: |
.github/workflows/python-publish.yml
@@ -30,7 +30,7 @@ jobs:
30
pip install build
echo "github.ref:"
echo "$GITHUB_REF"
- name: Generate SensorThings model (OData)
python -m frost_sta_client.odata_codegen.install_model_simple
@@ -39,7 +39,7 @@ jobs:
39
with:
40
name: generated-model
41
path: |
42
- ./**
+ ./
43
- name: Build package
44
run: python -m build
45
# - name: Publish package
0 commit comments