Skip to content

Commit 49f7f2e

Browse files
committed
release
1 parent 336cf93 commit 49f7f2e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Install Poetry
2424
uses: snok/install-poetry@v1
25+
with:
26+
version: ${{ matrix.poetry-version }}
2527
- name: Install Project
2628
run: poetry install --no-interaction
2729
- name: Test

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ version = "2.9.5"
44
description = ""
55
authors = ["New Relic <serverless@newrelic.com>"]
66
license = "Apache 2.0"
7-
package-mode= false
87

98
[tool.poetry.dependencies]
109
python = "^3.11"

0 commit comments

Comments
 (0)