Skip to content

Commit 4ad5609

Browse files
committed
update workflow
1 parent 7794df0 commit 4ad5609

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/actions.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
with:
1616
python-version: '3.9' # install the python version needed
1717

18-
# - name: install python packages
19-
# run: |
20-
# python -m pip install --upgrade pip
21-
# pip install -r requirements.txt
18+
- name: install python packages
19+
run: |
20+
python -m pip install --upgrade pip
21+
pip install -r requirements.txt
2222
2323
- name: execute py script # run main.py
2424
# env:

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pytz

0 commit comments

Comments
 (0)