We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 336cf93 commit 49f7f2eCopy full SHA for 49f7f2e
.github/workflows/release.yml
@@ -22,6 +22,8 @@ jobs:
22
python-version: ${{ matrix.python-version }}
23
- name: Install Poetry
24
uses: snok/install-poetry@v1
25
+ with:
26
+ version: ${{ matrix.poetry-version }}
27
- name: Install Project
28
run: poetry install --no-interaction
29
- name: Test
pyproject.toml
@@ -4,7 +4,6 @@ version = "2.9.5"
4
description = ""
5
authors = ["New Relic <serverless@newrelic.com>"]
6
license = "Apache 2.0"
7
-package-mode= false
8
9
[tool.poetry.dependencies]
10
python = "^3.11"
0 commit comments