Skip to content

Commit

Permalink
made sure that failing to download data is fail obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Apr 25, 2024
1 parent b91510f commit 01c853d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r data/requirements.txt -r requirements-dev.txt -r server/main-api/test/requirements.txt
- name: Download data
continue-on-error: true # a PR deleting all data will be created if this fails => fail obvious
run: |
rm results/*.json
export PYTHONPATH=$PYTHONPATH:.
Expand Down

0 comments on commit 01c853d

Please sign in to comment.