Skip to content

Commit b5c3ab7

Browse files
Update benchmarks.yml
1 parent 788cc88 commit b5c3ab7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,14 @@ jobs:
4141
run: pip install kaggle
4242

4343
- name: Create Kaggle directory and config file
44+
working-directory: xla
4445
run: |
4546
mkdir -p ~/.kaggle
4647
echo "{\"username\":\"${{ secrets.KAGGLE_USERNAME }}\",\"key\":\"${{ secrets.KAGGLE_KEY }}\"}" > ~/.kaggle/kaggle.json
4748
chmod 600 ~/.kaggle/kaggle.json
4849
4950
- name: List Kaggle datasets
51+
working-directory: xla
5052
run: kaggle datasets download -d zillow/zecon
5153

5254
# - name: Get GPU spec

0 commit comments

Comments
 (0)