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 7e71814 commit 2c7c822Copy full SHA for 2c7c822
.github/workflows/kaggle-dataset.yml
@@ -32,8 +32,9 @@ jobs:
32
- name: Download Dataset from Kaggle Competition
33
run: kaggle competitions download -c ieee-fraud-detection -p dataset/
34
35
- - name: Extract Dataset
36
- run: unzip -o "dataset/*.zip" -d dataset/ && rm dataset/*.zip
+ # Skip extraction; CSV files will remain zipped
+ - name: List Files in Dataset Directory
37
+ run: ls -l dataset/
38
39
- name: Commit and Push Dataset to GitHub
40
run: |
0 commit comments