Skip to content

Commit

Permalink
🐛 FIX: pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsejse authored Oct 22, 2024
1 parent ccbbcb6 commit 45de1a8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ jobs:

- name: Run README update script
run: python scripts/update_readme.py


- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install requests
- name: Commit and push changes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 45de1a8

Please sign in to comment.