Skip to content

Commit 13246f7

Browse files
authored
Use requirements file instead of manually specifying
1 parent c10d8b5 commit 13246f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daily-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Run conversion script
5353
run: |
54-
pip install requests
54+
pip install -r requirements.txt
5555
python convert_all_wippersnapper_definitions.py
5656
5757
- name: Commit changes if any

0 commit comments

Comments
 (0)