Skip to content

Commit aa22a12

Browse files
authored
chore: ensure uv run uses lowest-direct resolution in deps-check workflow (hiero-ledger#1976)
Signed-off-by: Rajkoli143 <2024.rajk@isu.ac.in>
1 parent 04ce68e commit aa22a12

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deps-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
7070
- name: Generate Proto Files
7171
run: |
72-
uv run python generate_proto.py
72+
uv run --resolution=lowest-direct python generate_proto.py
7373
7474
- name: Run unit tests (min deps)
7575
run: |
76-
uv run pytest tests/unit -v
76+
uv run --resolution=lowest-direct pytest tests/unit -v

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
3131

3232

3333
### .github
34+
- chore: ensure uv run uses lowest-direct resolution in deps-check workflow (#1919)
3435
- Added PR draft explainer workflow to comment when PRs are converted to draft after changes are requested. (#1723)
3536
- changed `pr-check-test` to run unit matrix first, run integration matrix only after unit success, skip docs/examples/.github-only changes, and parallelize integration tests with xdist (`#1878`)
3637
- archived workflows relating to PR reminders

0 commit comments

Comments
 (0)