Skip to content

Commit dfbb18a

Browse files
committed
fix: http service extension
1 parent f80a137 commit dfbb18a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/tests-worker.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
uses: astral-sh/setup-uv@v5
2828
with:
2929
version: "0.6.7"
30-
python-version: "3.10"
3130
enable-cache: true
3231
- name: Setup Python project
3332
uses: actions/setup-python@v5
@@ -38,7 +37,7 @@ jobs:
3837
run: |
3938
cd icij-worker
4039
uv sync --dev --all-extras --frozen
41-
uv pip install ../icij-common tests/test-plugin
40+
uv pip install -e ../icij-common tests/test-plugin
4241
uv run --no-sync --frozen pytest -vvv --cache-clear --show-capture=all -r A tests
4342
services:
4443
neo4j:

0 commit comments

Comments
 (0)