Skip to content

Commit 1fd9a5b

Browse files
committed
github action add set-timezone
1 parent b4547d5 commit 1fd9a5b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,11 @@ jobs:
3232
- name: Install pytorch requirements
3333
run: pip install -r pytorchRequirements.txt --progress-bar off --index-url https://download.pytorch.org/whl/cu121
3434

35+
- uses: szenius/set-timezone@v2.0
36+
with:
37+
timezoneLinux: 'Asia/Taipei'
38+
timezoneMacos: 'Asia/Taipei'
39+
timezoneWindows: 'Taipei Standard Time'
40+
3541
- name: dataset preprocessing test
3642
run: python -m unittest

0 commit comments

Comments
 (0)