Skip to content

Commit 83473dd

Browse files
committed
[UPD] action
1 parent 78e9559 commit 83473dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/auto_update_table.yml

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
with:
1515
python-version: '3.x'
1616
architecture: 'x64'
17+
- name: Setup pip
18+
run: |
19+
python -m pip install --upgrade pip
20+
pip install pytz
1721
- name: Run make_table.py
1822
run: |
1923
python scripts/update_solution.py

0 commit comments

Comments
 (0)