Skip to content

Commit

Permalink
pipx -> pip
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz committed May 1, 2024
1 parent fd75fd2 commit f86e813
Showing 1 changed file with 1 addition 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 -r requirements.txt
run: pip install -r requirements.txt
- name: Run script
run: python script.py
- name: Deploy 🚀
Expand Down

0 comments on commit f86e813

Please sign in to comment.