Skip to content

Commit 458ceb8

Browse files
fix: CI
1 parent c7e4a68 commit 458ceb8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,10 @@ jobs:
6161
run: |
6262
python -m pip install --upgrade pip
6363
pip install uv
64-
uv venv
65-
6664
- name: Install project dependencies
6765
run: |
68-
uv pip install -e .[tests]
69-
uv pip install tests/launcher/pkg_with_entrypoint
70-
66+
uv pip install --system .[tests]
67+
uv pip install --system tests/launcher/pkg_with_entrypoint
7168
- name: Run tests
7269
run: |
7370
python -m pytest

0 commit comments

Comments
 (0)