Skip to content

Commit

Permalink
trial 3
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractUmbra committed Dec 15, 2024
1 parent 40a42b0 commit 01705ce
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 @@ -2,10 +2,9 @@ build:
jobs:
post_create_environment:
- pip install -U pdm
- pdm config python.use_venv false
- pdm config venv.in_project false
post_install:
- VIRTUAL_ENV=$(dirname $(dirname $(which python))) pdm install --without speedups
- pdm config python.use_venv true
- VIRTUAL_ENV=$(dirname $(dirname $(which python))) pdm install -dG docs
os: ubuntu-22.04
tools:
python: "3.11"
Expand Down

0 comments on commit 01705ce

Please sign in to comment.