Skip to content

Commit ad16eb8

Browse files
authored
Merge pull request #130 from newrelic/release_prod
triggering a release
2 parents 336cf93 + 0839f63 commit ad16eb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
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

0 commit comments

Comments
 (0)