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 83e6d24 commit 1df3b36Copy full SHA for 1df3b36
.github/workflows/check-format.yaml
@@ -27,6 +27,7 @@ jobs:
27
echo "$(pwd)/.venv/bin" >> $GITHUB_PATH
28
- name: Install dependencies
29
run: |
30
+ uv pip install -r pyproject.toml
31
uv pip install --group dev
32
- name: Check Format with flake8
33
.github/workflows/run-unittests.yaml
- name: Run Unittests
0 commit comments