Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jan 1, 2021
1 parent 4629813 commit 8e57965
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions azure-pipelines.yml
Expand Up @@ -27,16 +27,12 @@ jobs:
displayName: 'Install Graphviz'
- script: python -m pip install --upgrade pip setuptools wheel
displayName: 'Install tools'
- script: pip install numpy scipy
displayName: 'Install numpy scipy'
- script: pip install -r requirements.txt
displayName: 'Install Requirements'
- script: python -m pip install scikit-learn
displayName: 'Install scipy scikit-learn'
- script: python -m pip install tkinterquickhelper --no-deps
displayName: 'Install tkinterquickhelper'
- script: pip uninstall -y pyquickhelper
displayName: 'uninstall pyquickhelper'
- script: export PYTHONPATH=src
displayName: 'PYTHONPATH=src'
- script: python -u setup.py unittests
displayName: 'Runs Unit Tests'
- script: python -u setup.py bdist_wheel
Expand Down Expand Up @@ -96,12 +92,10 @@ jobs:
displayName: Create Anaconda environment.
- bash: conda list
- bash: source activate pyenv
- script: conda install numpy scipy
displayName: 'Install numpy scipy'
- script: pip install -r requirements.txt
displayName: 'Install Requirements'
- script: python -m pip install tkinterquickhelper --no-deps
displayName: 'Install tkinterquickhelper'
- script: pip uninstall -y pyquickhelper
displayName: 'uninstall pyquickhelper'
- script: export PYTHONPATH=src
displayName: 'PYTHONPATH=src'
- script: python -u setup.py unittests
Expand Down

0 comments on commit 8e57965

Please sign in to comment.