Skip to content

Commit aabc6e8

Browse files
committed
Update .readthedocs.yml
1 parent 6322342 commit aabc6e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.readthedocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ build:
77
tools: {python: "3.8"}
88
jobs:
99
pre_create_environment:
10+
- asdf install python 3.8.5
11+
- asdf global python 3.8.5
12+
- python -m pip install --upgrade --no-cache-dir virtualenv
13+
1014
- asdf plugin add poetry
1115
- asdf install poetry latest
1216
- asdf global poetry latest

0 commit comments

Comments
 (0)