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 e606ce1 commit 1181389Copy full SHA for 1181389
.github/workflows/build.yml
@@ -26,7 +26,8 @@ jobs:
26
- name: Install dependencies
27
run: |
28
poetry env use ${{ matrix.python-version }}
29
- poetry install --no-interaction
+ poetry install --no-ansi --no-root --no-interaction --only build
30
+ poetry run pip install -r tests/requirements.txt
31
32
- name: Lint
33
run: poetry run poe lint
.github/workflows/deploy.yml
@@ -22,8 +22,6 @@ jobs:
22
- name: Build
23
24
poetry version ${{ github.ref_name }}
25
- sed -i "" "s/\[tool.poetry.dependencies\]/[tool.poetry.group.excluded.dependencies]/" pyproject.toml
- sed -i "" "s/\[tool.poetry.group.pypi.dependencies\]/[tool.poetry.dependencies]/" pyproject.toml
poetry build
- name: Publish
0 commit comments