Skip to content

Commit

Permalink
Merge pull request #1576 from davemfish/bugfix/RTD-pip-installs
Browse files Browse the repository at this point in the history
Fix RTD builds; pip install gdal failures
  • Loading branch information
phargogh committed May 10, 2024
2 parents 135e316 + 1079f88 commit 98419aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ build:
tools:
python: "mambaforge-4.10"
jobs:
post_create_environment:
- pip install --upgrade-strategy=only-if-needed -r requirements.txt
- pip install --upgrade-strategy=only-if-needed -r requirements-dev.txt
- pip install --upgrade-strategy=only-if-needed -r requirements-docs.txt
post_install:
- make install
4 changes: 0 additions & 4 deletions .readthedocs_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,3 @@ dependencies:
- python=3.11
- gdal>=3.4.2
- pip
- pip:
- -r requirements.txt
- -r requirements-dev.txt
- -r requirements-docs.txt

0 comments on commit 98419aa

Please sign in to comment.