Skip to content

Commit fb3c376

Browse files
authored
Fix missing uv call (#1072)
1 parent 898adf1 commit fb3c376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/general.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
uv sync
189189
- name: Build the deb package
190190
run: |
191-
VERSION=$(python -c "import ode; print(ode.__version__)")
191+
VERSION=$(uv run python -c "import ode; print(ode.__version__)")
192192
uv run build.py --onefile --name "opendataeditor-$VERSION.AppImage"
193193
- name: Archive build artifacts
194194
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)