Skip to content

Commit 9a9d797

Browse files
Evan Dempseyevandempsey
authored andcommitted
Fixed docs.yml
1 parent 2ef1142 commit 9a9d797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
curl -sSL https://install.python-poetry.org | python3 -
2525
2626
- name: Install dependencies
27-
run: poetry install --with dev,docs
27+
run: poetry install --with dev
2828

2929
- name: Build docs
3030
run: |

0 commit comments

Comments
 (0)