Skip to content

Commit

Permalink
testing pyproj directly
Browse files Browse the repository at this point in the history
  • Loading branch information
betolink committed Feb 29, 2024
1 parent 7a1b65d commit 64e0f32
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,22 @@ build:
os: ubuntu-22.04
tools:
python: "3.9"
jobs:
post_create_environment:
# Install poetry
# https://python-poetry.org/docs/#installing-manually
- pip install poetry
# Tell poetry to not use a virtual environment
- poetry config virtualenvs.create false
post_install:
- pip uninstall -y mkdocs
# Install dependencies with 'docs' dependency group
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
- poetry install
# jobs:
# post_create_environment:
# # Install poetry
# # https://python-poetry.org/docs/#installing-manually
# - pip install poetry
# # Tell poetry to not use a virtual environment
# - poetry config virtualenvs.create false
# post_install:
# - pip uninstall -y mkdocs
# # Install dependencies with 'docs' dependency group
# # https://python-poetry.org/docs/managing-dependencies/#dependency-groups
# - poetry install

python:
install:
- requirements: pyproject.toml

mkdocs:
configuration: mkdocs.yml

0 comments on commit 64e0f32

Please sign in to comment.