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 618a9fd commit a47c4a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion _unittests/ut_checks/test_cartopy.py
@@ -1,5 +1,5 @@
"""
@brief test log(time=1s)
@brief test log(time=2s)
"""

import unittest
Expand Down
16 changes: 7 additions & 9 deletions azure-pipelines.yml
Expand Up @@ -45,8 +45,8 @@ jobs:
displayName: 'Runs Unit Tests'
- script: python -u setup.py bdist_wheel
displayName: 'Build Package'
# - script: python -u setup.py build_sphinx
# displayName: 'Builds Documentation'
#- script: python -u setup.py build_sphinx
# displayName: 'Builds Documentation'
- task: PublishPipelineArtifact@0
inputs:
artifactName: 'wheel-linux-$(python.version)'
Expand All @@ -66,8 +66,7 @@ jobs:
architecture: 'x64'
- script: gcc --version
displayName: 'gcc version'
- script: |
brew update
- script: brew update
displayName: 'brew update'
- script: export
displayName: 'export'
Expand All @@ -91,11 +90,10 @@ jobs:
#- script: brew install --cask mactex
# continueOnError: true
# displayName: 'Install latex'
- script: python -m pip install --upgrade pip setuptools wheel
displayName: 'Install tools'
- 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: pip install --upgrade pip setuptools wheel
displayName: 'Install pip setuptools wheel'
- script: pip install numpy
displayName: 'Install numpy'
- script: pip install -r requirements.txt
displayName: 'Install Requirements'
- script: export PYTHONPATH=src
Expand Down

0 comments on commit a47c4a7

Please sign in to comment.