We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f662db6 commit 41c48ddCopy full SHA for 41c48dd
.github/workflows/build.yml
@@ -88,7 +88,11 @@ jobs:
88
- uses: astral-sh/ruff-action@v3
89
- run: ruff check
90
- run: ruff format --check --diff
91
- - run: echo "from modelica_fmi.gui import compile_resources; compile_resources()" | uv run -
+ - run: |
92
+ cd modelica_fmi
93
+ uv sync
94
+ echo "from modelica_fmi.gui import compile_resources; compile_resources()" | uv run -
95
+ cd ..
96
- run: uv build modelica_fmi
97
- uses: actions/upload-artifact@v4
98
with:
0 commit comments