Skip to content

Commit 6570c89

Browse files
committed
wip(ci): debug uv install
1 parent f6fa7aa commit 6570c89

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/integration-test.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,12 @@ jobs:
3535
- name: Install uv
3636
uses: astral-sh/setup-uv@v5
3737

38-
- name: Install the project
39-
working-directory: integration_tests
40-
run: uv sync --locked --all-extras --dev
41-
4238
# - name: Build Docker image for HPU
4339
# run: |
4440
# platform="hpu"
4541
# docker build . -f Dockerfile-intel --build-arg PLATFORM=$platform -t tei_hpu
4642

4743
- name: Run integration tests
44+
working-directory: integration_tests
4845
run: |
4946
uv run pytest --durations=0 -sv .

0 commit comments

Comments
 (0)