Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
baptistecolle committed Jan 7, 2025
1 parent eb97bfa commit 5e82feb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-pytorch-xla-tpu-tgi-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:
sudo apt-get install -y python3 python3-pip
sudo ln -s /usr/bin/python3 /usr/bin/python
- name: Run integration tests
run: |
make tgi_docker_test
- name: Build TGI Docker Image
run: |
make tpu-tgi
- name: Run integration tests
run: |
make tgi_docker_test
# - name: Debug
Expand Down

0 comments on commit 5e82feb

Please sign in to comment.