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 a211572 commit 427176dCopy full SHA for 427176d
.github/workflows/docs.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install Dependencies
32
run: |
33
python -m pip install --upgrade pip
34
- python -m pip install ".[docs]"
+ python -m pip install "." --group docs
35
sudo apt install graphviz --yes
36
37
- name: Build Docs
0 commit comments