Skip to content

Commit

Permalink
fix: .readthedocs.yaml using uv
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Feb 27, 2024
1 parent bc90116 commit dcd2527
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ build:
python: "3.12"
jobs:
post_create_environment:
- pip install poetry
- pip install poetry-plugin-export
- poetry export --with docs -f requirements.txt --output requirements.txt --without-hashes
- pip install uv
- uv pip compile pyproject.toml -o requirements.txt
post_install:
- pip install -e .

Expand Down

0 comments on commit dcd2527

Please sign in to comment.