Skip to content

Commit 9a00168

Browse files
Update .github/workflows/ci.yml
Co-authored-by: Glenn Matthews <glenn.matthews@networktocode.com>
1 parent 556a3bc commit 9a00168

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ jobs:
120120
- name: "Check out repository code"
121121
uses: "actions/checkout@v2"
122122
- name: "Setup environment"
123-
uses: "networktocode/gh-action-setup-poetry-environment@v1"
123+
uses: "networktocode/gh-action-setup-poetry-environment@v2"
124+
with:
125+
python-version: "${{ matrix.python-version }}"```
124126
# - name: "Build Container"
125127
# run: "poetry run invoke build"
126128
- name: "Run poetry Install"

0 commit comments

Comments
 (0)