Skip to content

Commit

Permalink
fix plugin for poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
broHeryk committed Jan 17, 2025
1 parent ee98cc8 commit 8d4193e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4

- name: Set up Python 3.8
- name: Set up Python 3.9
id: setup-python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9

- name: Get pip cache dir
id: pip-cache
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ safety = "^2.2.0"
liccheck = "^0.6.2"
coverage = {version = "^6.0b1", extras = ["toml"]}

[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 8d4193e

Please sign in to comment.