We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fec7334 + 05b3373 commit b223e6bCopy full SHA for b223e6b
.github/workflows/cicd.yml
@@ -62,17 +62,14 @@ jobs:
62
python -m pip install --upgrade pip
63
pip install uv
64
uv venv
65
- source .venv/bin/activate
66
67
- name: Install project dependencies
68
run: |
69
70
uv pip install -e .[tests]
71
uv pip install tests/launcher/pkg_with_entrypoint
72
73
- name: Run tests
74
75
76
uv run pytest
77
78
# - uses: codecov/codecov-action@v5
0 commit comments