Skip to content

Commit

Permalink
deps: python 3.10 for docs
Browse files Browse the repository at this point in the history
Required to get myst-parser up to v4
  • Loading branch information
gadomski committed Aug 6, 2024
1 parent fe40cbf commit 2636c74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
with:
miniforge-variant: Mambaforge
miniforge-version: latest
python-version: 3.9
python-version: "3.10"
use-mamba: true
channel-priority: strict
environment-file: ./docs/environment.yml
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: "3.10"
- name: Download uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Install geos
Expand Down
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- cartopy
- geos
- pandoc
- python=3.9
- python=3.10
- pip
- pip:
- -e ../[docs]

0 comments on commit 2636c74

Please sign in to comment.