Skip to content

Commit

Permalink
remove symlinks in scraper dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad authored Feb 27, 2024
1 parent fd020a0 commit 433f161
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Scraper Dry Run

on:
pull_request:
paths:
Expand All @@ -17,6 +19,8 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.10"

- run: rm data contributors

- name: Install dependencies
run: pip install -r scraper/requirements.txt
Expand Down

0 comments on commit 433f161

Please sign in to comment.