Skip to content

Commit

Permalink
Merge branch 'main' of github.com:coronasafe/leaderboard into test-sc…
Browse files Browse the repository at this point in the history
…raper-workflow
  • Loading branch information
rithviknishad committed Feb 27, 2024
2 parents f4a5d16 + 433f161 commit ed15485
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 ed15485

Please sign in to comment.