Skip to content

Commit

Permalink
Dependencies: Do not install build package through develop extra
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Feb 6, 2024
1 parent 17aabf4 commit 8f519c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# FIXME: Workaround for installing pendulum 2.x on Python 3.12.
# https://github.com/sdispater/pendulum/issues/454#issuecomment-654096754
pip install poetry
pip install --use-pep517 --prefer-binary --no-build-isolation --editable=.[develop,docs,test]
pip install --use-pep517 --prefer-binary --no-build-isolation --editable=.[develop,test]
- name: Run linter and software tests
run: |
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ dynamic = [
[project.optional-dependencies]
develop = [
"black<25",
"build<2",
"mypy==1.8.0",
"poethepoet<1",
"pyproject-fmt<1.8",
Expand Down

0 comments on commit 8f519c1

Please sign in to comment.