From 72f735bf9211d7beddcf58819fe465722f5d7c5a Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 25 Mar 2021 19:42:02 -0700 Subject: [PATCH] Set Timezone to America/Los_Angeles Using zcong1993/setup-timezone --- .github/workflows/pythonapp.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 42e8f3bd..10cc0079 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -18,6 +18,10 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Setup timezone + uses: zcong1993/setup-timezone@v1.1.1 + with: + timezone: America/Los_Angeles - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 with: