Skip to content

Commit b97ee42

Browse files
committed
wip(ci): debug test
1 parent 63c3f09 commit b97ee42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/integration-test.yaml

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

38-
# - name: Build Docker image for HPU
39-
# run: |
40-
# platform="hpu"
41-
# docker build . -f Dockerfile-intel --build-arg PLATFORM=$platform -t tei_hpu
38+
- name: Build Docker image for HPU
39+
run: |
40+
platform="hpu"
41+
docker build . -f Dockerfile-intel --build-arg PLATFORM=$platform -t tei_hpu
4242
4343
- name: Run integration tests
4444
working-directory: integration_tests

0 commit comments

Comments
 (0)