Skip to content

Commit

Permalink
add conditional dependency to build docs on versions <3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBlackhart committed Dec 9, 2022
1 parent 80f84fb commit 4369908
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
with:
python-version: "3.7"
- name: Install Python Requirements
env:
POETRY_VIRTUALENVS_CREATE: "false"
run: |
poetry install
- name: Build Package
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
with:
python-version: "3.7"
- name: Install Python Requirements
env:
POETRY_VIRTUALENVS_CREATE: "false"
run: |
poetry install
- name: Run reviewdog
Expand Down
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.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ pytest-cov = "^4.0.0"
sphinx = "^5.3.0"
sphinx-rtd-theme = "^1.1.1"
sphinxcontrib-apidoc = "^0.3.0"
importlib-metadata = {version = "^5.1.0", python = "<3.8"}

0 comments on commit 4369908

Please sign in to comment.