Skip to content

Commit 05b3373

Browse files
Apply suggestions from code review
Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent cb504d1 commit 05b3373

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/cicd.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,14 @@ jobs:
6262
python -m pip install --upgrade pip
6363
pip install uv
6464
uv venv
65-
source .venv/bin/activate
6665
6766
- name: Install project dependencies
6867
run: |
69-
source .venv/bin/activate
7068
uv pip install -e .[tests]
7169
uv pip install tests/launcher/pkg_with_entrypoint
7270
7371
- name: Run tests
7472
run: |
75-
source .venv/bin/activate
7673
uv run pytest
7774
7875
# - uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)