Skip to content

Commit 2f0dd32

Browse files
committed
fix: github action timezone
1 parent f33a0c6 commit 2f0dd32

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/run.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
default: true
1111
type: boolean
1212

13+
env:
14+
timezone: 'Australia/Melbourne'
15+
TZ: 'Australia/Melbourne'
1316

1417
# n.b shocked to learn GH actions don't support yaml anchors (https://github.com/actions/runner/issues/1182)
1518
jobs:
@@ -24,8 +27,6 @@ jobs:
2427
python-version: '3.10'
2528
cache: 'pip'
2629
- name: Install dependencies
27-
env:
28-
timezone: 'Australia/Melbourne'
2930
run: |
3031
pip install -r requirements.txt
3132
- name: Place shopping list
@@ -51,8 +52,6 @@ jobs:
5152
python-version: '3.10'
5253
cache: 'pip'
5354
- name: Install dependencies
54-
env:
55-
timezone: 'Australia/Melbourne'
5655
run: |
5756
pip install -r requirements.txt
5857
- name: Place shopping list

0 commit comments

Comments
 (0)