Skip to content

Commit

Permalink
fix: github action timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
MattTimms committed Apr 27, 2023
1 parent f33a0c6 commit 2f0dd32
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
default: true
type: boolean

env:
timezone: 'Australia/Melbourne'
TZ: 'Australia/Melbourne'

# n.b shocked to learn GH actions don't support yaml anchors (https://github.com/actions/runner/issues/1182)
jobs:
Expand All @@ -24,8 +27,6 @@ jobs:
python-version: '3.10'
cache: 'pip'
- name: Install dependencies
env:
timezone: 'Australia/Melbourne'
run: |
pip install -r requirements.txt
- name: Place shopping list
Expand All @@ -51,8 +52,6 @@ jobs:
python-version: '3.10'
cache: 'pip'
- name: Install dependencies
env:
timezone: 'Australia/Melbourne'
run: |
pip install -r requirements.txt
- name: Place shopping list
Expand Down

0 comments on commit 2f0dd32

Please sign in to comment.