We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c4b3a commit 187aedaCopy full SHA for 187aeda
.github/workflows/kaggle-dataset.yml
@@ -23,6 +23,9 @@ jobs:
23
echo "{\"username\": \"${{ secrets.KAGGLE_USERNAME }}\", \"key\": \"${{ secrets.KAGGLE_API_KEY }}\"}" > ~/.kaggle/kaggle.json
24
chmod 600 ~/.kaggle/kaggle.json
25
26
+ - name: Verify Kaggle Authentication
27
+ run: kaggle datasets list # Should return dataset lists if authentication is successful
28
+
29
- name: Download Dataset from Kaggle Competition
30
run: kaggle competitions download -c ieee-fraud-detection --unzip -p dataset/
31
0 commit comments