Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
baptistecolle committed Nov 27, 2024
1 parent 79783a8 commit 6a822bb
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/test-pytorch-xla-tpu-tgi-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,15 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Install dependencies
# - name: Install dependencies
# run: |
# apt-get update -y
# apt-get install -y python3 python3-pip python-is-python3

- name: Install dependencies (container less)
run: |
apt-get update -y
apt-get install -y python3 python3-pip python-is-python3
sudo apt-get update -y
sudo apt-get install -y python3 python3-pip python-is-python3
# - name: Install dependencies + Build TGI server
# run: |
Expand Down

0 comments on commit 6a822bb

Please sign in to comment.