Skip to content

Commit 8ecfe15

Browse files
committed
[fix:project] Update uv.lock and ci.yaml
1 parent dff5226 commit 8ecfe15

File tree

2 files changed

+5
-53
lines changed

2 files changed

+5
-53
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ jobs:
4141
- name: Create virtual environment
4242
run: uv venv
4343

44-
- name: Install dependencies
45-
run: uv pip install -e ".[dev]"
44+
- name: Install dependencies from lockfile
45+
run:
46+
uv pip sync --strict uv.lock && uv pip install -e ".[dev]"
4647

4748
- name: Run linting and tests
4849
run: |

uv.lock

Lines changed: 2 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)