Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddavo committed Oct 9, 2023
1 parent e155699 commit b06e7ee
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/update-datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@ jobs:
- name: Install dao-scripts
run: pip install dao-scripts[upload]
- name: Upload dataset
uses: nick-fields/retry@v2
with:
command: dao-utils-upload-dw
max_attempts: 3
retry_wait_seconds: 60
run: dao-utils-upload-dw
env:
KAGGLE_USERNAME: ${{ secrets.KAGGLE_USERNAME }}
KAGGLE_KEY: ${{ secrets.KAGGLE_KEY }}
Expand Down

0 comments on commit b06e7ee

Please sign in to comment.