We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffcf46c commit fc14a36Copy full SHA for fc14a36
.github/workflows/sync.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade pip
23
- pip install pyyaml requests
+ pip install -r guidebook/requirements.txt
24
25
- name: Run sync script
26
env:
guidebook/requirements.txt
@@ -1,2 +1,4 @@
1
click
2
requests
3
+pytz
4
+xdg-base-dirs
0 commit comments