We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7794df0 commit 4ad5609Copy full SHA for 4ad5609
.github/workflows/actions.yml
@@ -15,10 +15,10 @@ jobs:
15
with:
16
python-version: '3.9' # install the python version needed
17
18
- # - name: install python packages
19
- # run: |
20
- # python -m pip install --upgrade pip
21
- # pip install -r requirements.txt
+ - name: install python packages
+ run: |
+ python -m pip install --upgrade pip
+ pip install -r requirements.txt
22
23
- name: execute py script # run main.py
24
# env:
requirements.txt
@@ -0,0 +1 @@
1
+pytz
0 commit comments