Skip to content

Commit 343cfc6

Browse files
Update benchmarks.yml
1 parent b5c3ab7 commit 343cfc6

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/benchmarks.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,6 @@ jobs:
3939
run: mkdir -p results
4040
- name: Install Kaggle API client
4141
run: pip install kaggle
42-
43-
- name: Create Kaggle directory and config file
44-
working-directory: xla
45-
run: |
46-
mkdir -p ~/.kaggle
47-
echo "{\"username\":\"${{ secrets.KAGGLE_USERNAME }}\",\"key\":\"${{ secrets.KAGGLE_KEY }}\"}" > ~/.kaggle/kaggle.json
48-
chmod 600 ~/.kaggle/kaggle.json
49-
50-
- name: List Kaggle datasets
51-
working-directory: xla
52-
run: kaggle datasets download -d zillow/zecon
5342

5443
# - name: Get GPU spec
5544
# working-directory: xla

0 commit comments

Comments
 (0)