We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f80a137 commit dfbb18aCopy full SHA for dfbb18a
1 file changed
.github/workflows/tests-worker.yml
@@ -27,7 +27,6 @@ jobs:
27
uses: astral-sh/setup-uv@v5
28
with:
29
version: "0.6.7"
30
- python-version: "3.10"
31
enable-cache: true
32
- name: Setup Python project
33
uses: actions/setup-python@v5
@@ -38,7 +37,7 @@ jobs:
38
37
run: |
39
cd icij-worker
40
uv sync --dev --all-extras --frozen
41
- uv pip install ../icij-common tests/test-plugin
+ uv pip install -e ../icij-common tests/test-plugin
42
uv run --no-sync --frozen pytest -vvv --cache-clear --show-capture=all -r A tests
43
services:
44
neo4j:
0 commit comments