Skip to content

Commit

Permalink
Get caching working
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz committed May 1, 2024
1 parent e66832b commit fd75fd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: '3.10'
cache: pip
- name: Install dependencies
run: pipx install requests
run: pipx install -r requirements.txt
- name: Run script
run: python script.py
- name: Deploy 🚀
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
requests

0 comments on commit fd75fd2

Please sign in to comment.