Skip to content

Commit fc14a36

Browse files
authored
Fix GHA py env (#28)
Signed-off-by: Phil Dibowitz <phil@ipom.com>
1 parent ffcf46c commit fc14a36

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23-
pip install pyyaml requests
23+
pip install -r guidebook/requirements.txt
2424
2525
- name: Run sync script
2626
env:

guidebook/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
click
22
requests
3+
pytz
4+
xdg-base-dirs

0 commit comments

Comments
 (0)