File tree 2 files changed +6
-14
lines changed
2 files changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ name: optional-dependency
2
2
3
3
on : pull_request
4
4
5
+ env :
6
+ APP_API_KEY : ${{ secrets.APP_API_KEY }}
7
+ ENABLE_HOPSWORKS_USAGE : " false"
8
+
5
9
jobs :
6
10
unit_tests_no_great_expectations :
7
11
name : Unit Testing (No Great Expectations)
24
28
- run : pip install -e python[python,dev-no-opt]
25
29
26
30
- name : Run Pytest suite
27
- env :
28
- ENABLE_HOPSWORKS_USAGE : " false"
29
- run : pytest python/tests
31
+ run : pytest python/tests
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ on: pull_request
4
4
5
5
env :
6
6
APP_API_KEY : ${{ secrets.APP_API_KEY }}
7
+ ENABLE_HOPSWORKS_USAGE : " false"
7
8
8
9
jobs :
9
10
lint_stylecheck :
76
77
run : python --version
77
78
78
79
- name : Run Pytest suite
79
- env :
80
- ENABLE_HOPSWORKS_USAGE : " false"
81
80
run : pytest python/tests
82
81
83
82
unit_tests_ubuntu_pandas :
@@ -105,8 +104,6 @@ jobs:
105
104
run : python --version
106
105
107
106
- name : Run Pytest suite
108
- env :
109
- ENABLE_HOPSWORKS_USAGE : " false"
110
107
run : pytest python/tests
111
108
112
109
unit_tests_ubuntu_local :
@@ -134,8 +131,6 @@ jobs:
134
131
run : python --version
135
132
136
133
- name : Run Pytest suite
137
- env :
138
- ENABLE_HOPSWORKS_USAGE : " false"
139
134
run : pytest python/tests
140
135
141
136
unit_tests_ubuntu_typechecked :
@@ -158,7 +153,6 @@ jobs:
158
153
159
154
- name : Run Pytest suite
160
155
env :
161
- ENABLE_HOPSWORKS_USAGE : " false"
162
156
HOPSWORKS_RUN_WITH_TYPECHECK : " true"
163
157
run : pytest python/tests
164
158
continue-on-error : true
@@ -188,8 +182,6 @@ jobs:
188
182
run : python --version
189
183
190
184
- name : Run Pytest suite
191
- env :
192
- ENABLE_HOPSWORKS_USAGE : " false"
193
185
run : pytest python/tests
194
186
195
187
unit_tests_windows_local :
@@ -220,6 +212,4 @@ jobs:
220
212
run : pip freeze
221
213
222
214
- name : Run Pytest suite
223
- env :
224
- ENABLE_HOPSWORKS_USAGE : " false"
225
215
run : pytest python/tests
You can’t perform that action at this time.
0 commit comments