Skip to content

Commit 187aeda

Browse files
authored
Update kaggle-dataset.yml
1 parent f6c4b3a commit 187aeda

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/kaggle-dataset.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
echo "{\"username\": \"${{ secrets.KAGGLE_USERNAME }}\", \"key\": \"${{ secrets.KAGGLE_API_KEY }}\"}" > ~/.kaggle/kaggle.json
2424
chmod 600 ~/.kaggle/kaggle.json
2525
26+
- name: Verify Kaggle Authentication
27+
run: kaggle datasets list # Should return dataset lists if authentication is successful
28+
2629
- name: Download Dataset from Kaggle Competition
2730
run: kaggle competitions download -c ieee-fraud-detection --unzip -p dataset/
2831

0 commit comments

Comments
 (0)