Skip to content

Commit 28c4032

Browse files
committed
Fix syntax error
1 parent 9a00168 commit 28c4032

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@ jobs:
122122
- name: "Setup environment"
123123
uses: "networktocode/gh-action-setup-poetry-environment@v2"
124124
with:
125-
python-version: "${{ matrix.python-version }}"```
126-
# - name: "Build Container"
127-
# run: "poetry run invoke build"
125+
python-version: "${{ matrix.python-version }}"
128126
- name: "Run poetry Install"
129127
run: "poetry install"
130128
- name: "Run Tests"

0 commit comments

Comments
 (0)