Skip to content

Commit fd5392d

Browse files
author
valhassan
committed
Update GitHub Actions CI workflow to copy uv.lock.cpu before installing dependencies for improved consistency in environment setup.
1 parent 77f44cb commit fd5392d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
activate-environment: true
1717

1818
- name: Install dependencies
19-
run: uv sync --frozen --extra dev --extra cpu
19+
run: cp uv.lock.cpu uv.lock && uv sync --frozen --extra dev --extra cpu
2020

2121
- name: Lint
2222
run: uv run ruff check . && uv run ruff format --check .

0 commit comments

Comments
 (0)