docs: Sync requirements-doc.txt with Poetry dev group till mkdocs works (#428)

Co-authored-by: Jason Liu <jason@jxnl.co>
Co-authored-by: Jason Liu <jxnl@users.noreply.github.com>
This commit is contained in:
Ryan Halliday
2024-02-13 03:29:51 +13:00
committed by GitHub
parent adf7c5f41e
commit 2cabb7636a
4 changed files with 1427 additions and 81 deletions
+1 -4
View File
@@ -32,10 +32,7 @@ jobs:
uses: snok/install-poetry@v1.3.1
- name: Install dependencies
run: poetry install --with dev
- name: Install doc dependencies
run: poetry install --with test-docs
run: poetry install --with dev,docs,test-docs
- name: Run tests
run: poetry run pytest tests/openai/docs