Skip to content

Commit

Permalink
tested if changing the working directory works
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Apr 26, 2024
1 parent 01c853d commit 1b92f31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
continue-on-error: true # a PR deleting all data will be created if this fails => fail obvious
run: |
rm results/*.json
export PYTHONPATH=$PYTHONPATH:.
python3 external/main.py
ls -lah
working-directory: data
export PYTHONPATH=$PYTHONPATH:..
python3 main.py
ls -lah results
working-directory: data/external
- name: Fix linting errors
continue-on-error: true
uses: pre-commit/[email protected]
Expand Down

0 comments on commit 1b92f31

Please sign in to comment.