Skip to content

Commit

Permalink
remove asdf from build
Browse files Browse the repository at this point in the history
  • Loading branch information
glow-mdsol committed Nov 16, 2023
1 parent 4a27065 commit 4d72870
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
os: ubuntu-22.04
tools:
python: "3.10"
jobs:
pre_create_environment:
- asdf plugin add poetry
- asdf install poetry latest
- asdf global poetry latest
- pip install poetry
- poetry config virtualenvs.create false
post_install:
- poetry install --with docs
Expand Down

0 comments on commit 4d72870

Please sign in to comment.