Skip to content

Commit 38ff356

Browse files
Merge pull request #39 from encode/lovelydinosaur-patch-1
Fix requirements
2 parents f5f8250 + d7230c1 commit 38ff356

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
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/setup-python@v5
2020
with:
2121
python-version: 3.x
22-
- run: pip install requirements.txt
22+
- run: pip install -r requirements.txt
2323
- run: mkdocs build
2424
- uses: actions/upload-pages-artifact@v4
2525
with:

0 commit comments

Comments
 (0)