Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit650ab56

Browse files
committed
yml
1 parentcdfceb2 commit650ab56

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

‎azure-pipelines.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
-script:|
3636
python -m pip install . -v -v -v
3737
displayName: 'install wheel'
38+
-script:|
39+
python -m pip freeze
40+
displayName: 'pip freeze'
3841
-script:|
3942
python -m pytest
4043
displayName: 'Runs Unit Tests'
@@ -83,6 +86,9 @@ jobs:
8386
-script:|
8487
black --diff .
8588
displayName: 'Black'
89+
-script:|
90+
python -m pip freeze
91+
displayName: 'pip freeze'
8692
-script:|
8793
python -m pytest
8894
displayName: 'Runs Unit Tests'
@@ -125,6 +131,9 @@ jobs:
125131
export ARRAY_API_TESTS_MODULE=onnx_array_api.array_api.onnx_numpy
126132
cd array-api-tests
127133
displayName: 'Set API'
134+
-script:|
135+
python -m pip freeze
136+
displayName: 'pip freeze'
128137
-script:|
129138
export ARRAY_API_TESTS_MODULE=onnx_array_api.array_api.onnx_numpy
130139
cd array-api-tests
@@ -177,6 +186,9 @@ jobs:
177186
-script:|
178187
black --diff .
179188
displayName: 'Black'
189+
-script:|
190+
python -m pip freeze
191+
displayName: 'pip freeze'
180192
-script:|
181193
python -m pytest --cov
182194
displayName: 'Runs Unit Tests'
@@ -213,6 +225,9 @@ jobs:
213225
displayName:'Install Requirements dev'
214226
-script:pip install onnxmltools --no-deps
215227
displayName:'Install onnxmltools'
228+
-script:|
229+
python -m pip freeze
230+
displayName: 'pip freeze'
216231
-script:|
217232
python -m pytest -v
218233
displayName: 'Runs Unit Tests'
@@ -256,6 +271,9 @@ jobs:
256271
displayName:'Install Requirements dev'
257272
-script:pip install onnxmltools --no-deps
258273
displayName:'Install onnxmltools'
274+
-script:|
275+
python -m pip freeze
276+
displayName: 'pip freeze'
259277
-script:|
260278
python -m pytest
261279
displayName: 'Runs Unit Tests'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp