Skip to content

Commit

Permalink
Github action fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
chunlaw committed Nov 29, 2023
1 parent de2a7b0 commit c91739e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crawl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r ./crawling/requirements.txt
pip install -r ./requirements.txt
- name: Crawling resources
run: python waypoints.py
- name: Deploy
Expand Down

0 comments on commit c91739e

Please sign in to comment.