Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1df3b36

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /