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 d0ab7a3 commit 6e14b54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-pytorch-xla-tpu-tgi-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:

- name: Install Python
run: |
apt-get update -y
apt-get install -y python3 python3-pip
sudo apt-get update -y
sudo apt-get install -y python3 python3-pip
- name: Run integration tests
run: |
Expand Down

0 comments on commit 6e14b54

Please sign in to comment.