Skip to content

Commit dd033e6

Browse files
Update to previous
1 parent 44e6a42 commit dd033e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: python -m pip install --upgrade pip setuptools wheel
3434

3535
- name: Install poetry
36-
run: pip install poetry --no-root
36+
run: pip install poetry
3737

3838
- name: Cache poetry packages
3939
uses: actions/cache@v1

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ guard-%:
99
install: install-node install-python install-hooks
1010

1111
install-python:
12-
poetry install
12+
poetry install --no-root
1313

1414
install-node:
1515
npm install

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ requests = "^2.32.3"
3636
semver = "^2.10.2"
3737
werkzeug = "3.0.3"
3838

39-
[tool.poetry.dev-dependencies]
39+
[tool.poetry.group.dev.dependencies]
4040
flake8 = "^3.8.3"
4141
black = "^24.3.0"
4242
jinja2 = "^3.1.4"

0 commit comments

Comments
 (0)