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.
1 parent 63c3f09 commit b97ee42Copy full SHA for b97ee42
.github/workflows/integration-test.yaml
@@ -35,10 +35,10 @@ jobs:
35
- name: Install uv
36
uses: astral-sh/setup-uv@v5
37
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
+ - name: Build Docker image for HPU
+ run: |
+ platform="hpu"
+ docker build . -f Dockerfile-intel --build-arg PLATFORM=$platform -t tei_hpu
42
43
- name: Run integration tests
44
working-directory: integration_tests
0 commit comments