We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 803f098 commit 69464f8Copy full SHA for 69464f8
.github/workflows/docs.yml
@@ -18,6 +18,7 @@ jobs:
18
- name: Setup Python environment
19
run: |
20
pip3 install -r requirements-docs.txt
21
+ pip3 install .
22
23
- name: Build and deploy docs
24
0 commit comments