Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into task/1529-log-version
Browse files Browse the repository at this point in the history
  • Loading branch information
davemfish committed May 13, 2024
2 parents 8d2192b + 98419aa commit 64d2bf3
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 64d2bf3

Please sign in to comment.