Skip to content

Commit

Permalink
travis installs gdal after activate environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ecasellas committed Feb 3, 2022
1 parent a8ce7dd commit 7707d78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Expand Up @@ -15,6 +15,6 @@ formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.6
version: 3.9
install:
- requirements: docs/requirements.txt
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -14,8 +14,9 @@ env:
- GDAL_DATA=$HOME/miniconda/envs/test-environment/share/gdal
install:
- conda create -n test-environment -c conda-forge python=$TRAVIS_PYTHON_VERSION cython
numpy scipy scikit-learn pyproj gdal
numpy scipy scikit-learn pyproj
- source activate test-environment
- conda install -y gdal
- conda list
script:
- python setup.py build_ext
Expand Down

0 comments on commit 7707d78

Please sign in to comment.