We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd9efd commit f4417dbCopy full SHA for f4417db
.github/workflows/main.yml
@@ -81,7 +81,7 @@ jobs:
81
- name: Install dev dependencies
82
if: steps.poetry-dependencies-cache.outputs.cache-hit != 'true'
83
run: |
84
- poetry install
+ poetry install --with=dev
85
- name: Download artifact
86
uses: actions/download-artifact@v4
87
with:
pyproject.toml
@@ -44,6 +44,9 @@ repository = "https://github.com/pytest-dev/pytest-factoryboy"
44
[tool.poetry]
45
packages = [{include = "pytest_factoryboy", from = "src"}]
46
47
+[tool.poetry.group.dev]
48
+optional = true
49
+
50
[tool.poetry.group.dev.dependencies]
51
mypy = ">=1.4.1"
52
tox = ">=4.0.8"
0 commit comments