Skip to content

Commit

Permalink
Merge branch 'main' into dg-refactor-serverless
Browse files Browse the repository at this point in the history
  • Loading branch information
gurevichdmitry authored Jan 7, 2025
2 parents ff8c3f7 + e629e06 commit b72b86d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/hermit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ runs:
name: Install poetry
shell: bash
run: pip3 install poetry
- if: ${{ inputs.init-tools == 'true' }}
name: Install poetry-plugin-export
shell: bash
run: pip3 install poetry-plugin-export
- if: ${{ inputs.init-tools == 'true' }}
name: Install tests poetry dependencies
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ WORKDIR /usr/src/app

RUN pip install poetry

RUN pip install poetry-plugin-export

COPY pyproject.toml poetry.lock ./

RUN poetry export --without-hashes -f requirements.txt --output requirements.txt
Expand Down
3 changes: 3 additions & 0 deletions tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ packages = [
{include="fleet_api"}
]

[tool.poetry.requires-plugins]
poetry-plugin-export = ">1.8"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit b72b86d

Please sign in to comment.