Skip to content

Commit

Permalink
chore: update data-refresh.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kuutsav authored Jun 9, 2024
1 parent b6a5351 commit 69540f0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/data-refresh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,14 @@ jobs:
pip install -r requirements.txt
- name: Data Refresh...
run: python leetcomp/refresh.py
run: |
export PYTHONPATH=.
python leetcomp/refresh.py
- name: Parsing Data...
run: python leetcomp/parse.py
run: |
export PYTHONPATH=.
python leetcomp/parse.py
- name: Commit files
run: |
Expand Down

0 comments on commit 69540f0

Please sign in to comment.