Skip to content

Commit 1958983

Browse files
fix: uv tests
1 parent 184466e commit 1958983

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cicd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ jobs:
6060
- name: Install dependencies
6161
run: |
6262
python -m pip install --upgrade pip
63-
pip install -e .[tests]
64-
pip install tests/launcher/pkg_with_entrypoint
63+
uv pip install -e .[tests]
64+
uv pip install tests/launcher/pkg_with_entrypoint
6565
6666
- name: Run tests
6767
run: |
68-
pytest
68+
uv pytest
6969
7070
# - uses: codecov/codecov-action@v5
7171
# name: 'Upload coverage to CodeCov'

0 commit comments

Comments
 (0)