|
|
|
@ -21,7 +21,11 @@ steps:
|
|
|
|
|
- > |
|
|
|
|
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh --no-check-certificate && |
|
|
|
|
sh Miniconda3-latest-Linux-x86_64.sh -b -p /opt/conda && |
|
|
|
|
/opt/conda/bin/conda install -y python=3.7 && |
|
|
|
|
/opt/conda/bin/conda install -y python jupyter cartopy && |
|
|
|
|
/opt/conda/bin/conda clean -ya |
|
|
|
|
- export PATH=/opt/conda/bin:$PATH |
|
|
|
|
- pip install --upgrade pip>=19.3 |
|
|
|
|
- pip install --upgrade pip>=19.3 |
|
|
|
|
- pip install nbdev |
|
|
|
|
- pip install -e . |
|
|
|
|
- echo "Check we are testing if build succeeds" |
|
|
|
|
- nbdev_test |