@@ -62,19 +62,19 @@ jobs:
62
62
python-version : ["3.8", "3.9", "3.10"]
63
63
64
64
steps :
65
+ - name : Set up JDK 8
66
+ uses : actions/setup-java@v3
67
+ with :
68
+ java-version : " 8"
69
+ distribution : " adopt"
70
+
65
71
- name : Set Timezone
66
72
run : sudo timedatectl set-timezone UTC
67
73
68
74
- uses : actions/checkout@v4
69
75
- name : Copy README
70
76
run : cp README.md python/
71
77
72
- - name : Set up JDK 8
73
- uses : actions/setup-java@v3
74
- with :
75
- java-version : " 8"
76
- distribution : " adopt"
77
-
78
78
- uses : actions/setup-python@v5
79
79
name : Setup Python
80
80
with :
@@ -95,19 +95,19 @@ jobs:
95
95
runs-on : ubuntu-latest
96
96
97
97
steps :
98
+ - name : Set up JDK 8
99
+ uses : actions/setup-java@v3
100
+ with :
101
+ java-version : " 8"
102
+ distribution : " adopt"
103
+
98
104
- name : Set Timezone
99
105
run : sudo timedatectl set-timezone UTC
100
106
101
107
- uses : actions/checkout@v4
102
108
- name : Copy README
103
109
run : cp README.md python/
104
110
105
- - name : Set up JDK 8
106
- uses : actions/setup-java@v3
107
- with :
108
- java-version : " 8"
109
- distribution : " adopt"
110
-
111
111
- uses : actions/setup-python@v5
112
112
name : Setup Python
113
113
with :
@@ -125,19 +125,19 @@ jobs:
125
125
runs-on : ubuntu-latest
126
126
127
127
steps :
128
+ - name : Set up JDK 8
129
+ uses : actions/setup-java@v3
130
+ with :
131
+ java-version : " 8"
132
+ distribution : " adopt"
133
+
128
134
- name : Set Timezone
129
135
run : sudo timedatectl set-timezone UTC
130
136
131
137
- uses : actions/checkout@v4
132
138
- name : Copy README
133
139
run : cp README.md python/
134
140
135
- - name : Set up JDK 8
136
- uses : actions/setup-java@v3
137
- with :
138
- java-version : " 8"
139
- distribution : " adopt"
140
-
141
141
- uses : actions/setup-python@v4
142
142
name : Setup Python
143
143
with :
@@ -158,19 +158,19 @@ jobs:
158
158
runs-on : ubuntu-latest
159
159
160
160
steps :
161
+ - name : Set up JDK 8
162
+ uses : actions/setup-java@v3
163
+ with :
164
+ java-version : " 8"
165
+ distribution : " adopt"
166
+
161
167
- name : Set Timezone
162
168
run : sudo timedatectl set-timezone Europe/Amsterdam
163
169
164
170
- uses : actions/checkout@v4
165
171
- name : Copy README
166
172
run : cp README.md python/
167
173
168
- - name : Set up JDK 8
169
- uses : actions/setup-java@v3
170
- with :
171
- java-version : " 8"
172
- distribution : " adopt"
173
-
174
174
- uses : actions/setup-python@v5
175
175
name : Setup Python
176
176
with :
0 commit comments