Skip to content

Commit 8423bba

Browse files
fix: suggestion
1 parent 2d98aeb commit 8423bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
pip install uv
6464
- name: Install project dependencies
6565
run: |
66-
uv pip install --system .[tests]
66+
uv sync --extra tests
6767
uv pip install --system tests/launcher/pkg_with_entrypoint
6868
- name: Run tests
6969
run: |

0 commit comments

Comments
 (0)