Skip to content

Commit 1df3b36

Browse files
committed
D. J.:
- Fixed a bug inside of github workflows
1 parent 83e6d24 commit 1df3b36

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/check-format.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
echo "$(pwd)/.venv/bin" >> $GITHUB_PATH
2828
- name: Install dependencies
2929
run: |
30+
uv pip install -r pyproject.toml
3031
uv pip install --group dev
3132
- name: Check Format with flake8
3233
run: |

.github/workflows/run-unittests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
echo "$(pwd)/.venv/bin" >> $GITHUB_PATH
2828
- name: Install dependencies
2929
run: |
30+
uv pip install -r pyproject.toml
3031
uv pip install --group dev
3132
- name: Run Unittests
3233
run: |

0 commit comments

Comments
 (0)