Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
  • Loading branch information
xadupre committed Jul 28, 2023
1 parent a4074cb commit beb706c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .azure-pipelines/linux-conda-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,6 @@ jobs:
python -m pip install $(ONNXRT_PATH)
displayName: 'Install ort-nightly'
- script: |
pip install flake8
python -m flake8 ./onnxmltools
displayName: 'run flake8 check'
- script: |
pip install -e .
displayName: 'local installation'
Expand Down
5 changes: 0 additions & 5 deletions .azure-pipelines/win32-conda-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,6 @@ jobs:
python -m pip install $(ONNXRT_PATH)
displayName: 'Install ort-nightly'
- script: |
call activate py$(python.version)
python -m flake8 ./onnxmltools
displayName: 'run flake8 check'
- script: |
call activate py$(python.version)
python -m pip install -e .
Expand Down
10 changes: 0 additions & 10 deletions .flake8

This file was deleted.

8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
black
catboost
cython
dill
flake8
flatbuffers
libsvm
lightgbm
mleap
numpy
openpyxl
pandas
protobuf<4.0
psutil
pyspark
pytest
pytest-cov
pytest-spark
scikit-learn==1.1.0
scipy==1.8.0
ruff
scikit-learn
scipy
wheel
xgboost==1.7.5

0 comments on commit beb706c

Please sign in to comment.