mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user