Skip to content

Commit fa5652d

Browse files
committed
Update azure-pipelines.yml
1 parent 8342dfb commit fa5652d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

azure-pipelines.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@ jobs:
3131
ruff .
3232
displayName: 'Ruff'
3333
- script: |
34-
black --verbose --check .
35-
displayName: 'Black'
34+
black --verbose --check onnx_array_api
35+
displayName: 'Black source'
36+
- script: |
37+
black --verbose --check _unittests
38+
displayName: 'Black test'
3639
- script: |
3740
python -m pytest -v
3841
displayName: 'Runs Unit Tests'
@@ -73,9 +76,6 @@ jobs:
7376
- script: |
7477
python -u setup.py bdist_wheel
7578
displayName: 'Build Package'
76-
- script: |
77-
python -m sphinx _doc dist/html
78-
displayName: 'Builds Documentation'
7979
- task: PublishPipelineArtifact@0
8080
inputs:
8181
artifactName: 'wheel-linux-$(python.version)'

0 commit comments

Comments
 (0)