Skip to content

Commit

Permalink
use req file
Browse files Browse the repository at this point in the history
  • Loading branch information
tooomm authored Mar 3, 2025
1 parent 8812b46 commit bf1da3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
shell: bash
env:
CFLAGS: '-O0'
run: python3 -m pip install requests requests_cache lxml
run: python3 -m pip install --requirement requirements.txt

- name: Run script
id: run
Expand Down

0 comments on commit bf1da3f

Please sign in to comment.