We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f33a0c6 commit 2f0dd32Copy full SHA for 2f0dd32
.github/workflows/run.yml
@@ -10,6 +10,9 @@ on:
10
default: true
11
type: boolean
12
13
+env:
14
+ timezone: 'Australia/Melbourne'
15
+ TZ: 'Australia/Melbourne'
16
17
# n.b shocked to learn GH actions don't support yaml anchors (https://github.com/actions/runner/issues/1182)
18
jobs:
@@ -24,8 +27,6 @@ jobs:
24
27
python-version: '3.10'
25
28
cache: 'pip'
26
29
- name: Install dependencies
- env:
- timezone: 'Australia/Melbourne'
30
run: |
31
pip install -r requirements.txt
32
- name: Place shopping list
@@ -51,8 +52,6 @@ jobs:
51
52
53
54
55
56
57
58
0 commit comments