Skip to content

Commit b65f224

Browse files
committed
Attempt to fix the problem with local TZ
1 parent e383460 commit b65f224

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.github/workflows/python.yml

+24-24
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,19 @@ jobs:
6262
python-version: ["3.8", "3.9", "3.10"]
6363

6464
steps:
65+
- name: Set up JDK 8
66+
uses: actions/setup-java@v3
67+
with:
68+
java-version: "8"
69+
distribution: "adopt"
70+
6571
- name: Set Timezone
6672
run: sudo timedatectl set-timezone UTC
6773

6874
- uses: actions/checkout@v4
6975
- name: Copy README
7076
run: cp README.md python/
7177

72-
- name: Set up JDK 8
73-
uses: actions/setup-java@v3
74-
with:
75-
java-version: "8"
76-
distribution: "adopt"
77-
7878
- uses: actions/setup-python@v5
7979
name: Setup Python
8080
with:
@@ -95,19 +95,19 @@ jobs:
9595
runs-on: ubuntu-latest
9696

9797
steps:
98+
- name: Set up JDK 8
99+
uses: actions/setup-java@v3
100+
with:
101+
java-version: "8"
102+
distribution: "adopt"
103+
98104
- name: Set Timezone
99105
run: sudo timedatectl set-timezone UTC
100106

101107
- uses: actions/checkout@v4
102108
- name: Copy README
103109
run: cp README.md python/
104110

105-
- name: Set up JDK 8
106-
uses: actions/setup-java@v3
107-
with:
108-
java-version: "8"
109-
distribution: "adopt"
110-
111111
- uses: actions/setup-python@v5
112112
name: Setup Python
113113
with:
@@ -125,19 +125,19 @@ jobs:
125125
runs-on: ubuntu-latest
126126

127127
steps:
128+
- name: Set up JDK 8
129+
uses: actions/setup-java@v3
130+
with:
131+
java-version: "8"
132+
distribution: "adopt"
133+
128134
- name: Set Timezone
129135
run: sudo timedatectl set-timezone UTC
130136

131137
- uses: actions/checkout@v4
132138
- name: Copy README
133139
run: cp README.md python/
134140

135-
- name: Set up JDK 8
136-
uses: actions/setup-java@v3
137-
with:
138-
java-version: "8"
139-
distribution: "adopt"
140-
141141
- uses: actions/setup-python@v4
142142
name: Setup Python
143143
with:
@@ -158,19 +158,19 @@ jobs:
158158
runs-on: ubuntu-latest
159159

160160
steps:
161+
- name: Set up JDK 8
162+
uses: actions/setup-java@v3
163+
with:
164+
java-version: "8"
165+
distribution: "adopt"
166+
161167
- name: Set Timezone
162168
run: sudo timedatectl set-timezone Europe/Amsterdam
163169

164170
- uses: actions/checkout@v4
165171
- name: Copy README
166172
run: cp README.md python/
167173

168-
- name: Set up JDK 8
169-
uses: actions/setup-java@v3
170-
with:
171-
java-version: "8"
172-
distribution: "adopt"
173-
174174
- uses: actions/setup-python@v5
175175
name: Setup Python
176176
with:

0 commit comments

Comments
 (0)