Skip to content

Commit

Permalink
Merge pull request #32 from datamade/feature/run-rescrape
Browse files Browse the repository at this point in the history
Setup perl in rescrape action
  • Loading branch information
antidipyramid authored Feb 8, 2024
2 parents e4b29a9 + ab4ae87 commit d576d13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rescrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
sudo apt-get install sqlite3
- name: Install requirements
uses: shogo82148/actions-setup-perl@v1
run: |
pip install -U pyopenssl cryptography
pip install -r requirements.txt
Expand Down

0 comments on commit d576d13

Please sign in to comment.