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

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jan 2, 2021
1 parent d4be4b3 commit 4eee415
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions azure-pipelines.yml
Expand Up @@ -35,7 +35,9 @@ jobs:
displayName: 'Install Graphviz'
- script: python -m pip install --upgrade pip setuptools wheel numpy
displayName: 'Install tools'
- script: pip install -r requirements.txt
- script: |
export LLVM_CONFIG=/usr/bin/llvm-config
pip install -r requirements.txt
displayName: 'Install Requirements'
- script: python -u setup.py unittests
displayName: 'Runs Unit Tests'
Expand Down Expand Up @@ -92,7 +94,7 @@ jobs:
- bash: conda create --yes --quiet --name pyenv -c defaults -c conda-forge python=$PYTHON_VERSION tox sphinx jupyter Cython numpy mkl scipy scikit-learn pandas coverage pylint
displayName: Create Anaconda environment.
- bash: source activate pyenv
- script: conda install -r requirements.txt
- script: conda install -p requirements.txt
displayName: 'Install Requirements'
- script: export PYTHONPATH=src
displayName: 'PYTHONPATH=src'
Expand Down
1 change: 1 addition & 0 deletions requirements-win.txt
Expand Up @@ -3,5 +3,6 @@ importlib_metadata
isort
matplotlib
numpy
pylint
pymyinstall
pyshp

0 comments on commit 4eee415

Please sign in to comment.