We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6322342 commit aabc6e8Copy full SHA for aabc6e8
.readthedocs.yml
@@ -7,6 +7,10 @@ build:
7
tools: {python: "3.8"}
8
jobs:
9
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
+
14
- asdf plugin add poetry
15
- asdf install poetry latest
16
- asdf global poetry latest
0 commit comments