Skip to content

Commit

Permalink
Merge dev and docs dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
norpadon committed Jul 1, 2024
1 parent 3a16b5d commit bb38dc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
python-version: "3.10"
- uses: abatilo/actions-poetry@v3
- name: Install dependencies
run: poetry install --with dev --with docs && echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
run: poetry install --with dev && echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
- uses: chartboost/ruff-action@v1
- uses: jakebailey/pyright-action@v2
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@ pytest = "^8.2.2"
pytest-dotenv = "^0.5.2"
ruff-lsp = "^0.0.53"
openai-function-tokens = "^0.1.2"

[tool.poetry.group.docs]
optional = true

[tool.poetry.group.docs.dependencies]
# Documentation
sphinx = "^7.3.7"
sphinx-rtd-theme = "^2.0.0"
sphinxcontrib-napoleon = "^0.7"
Expand Down

0 comments on commit bb38dc5

Please sign in to comment.