Skip to content

Commit e69417b

Browse files
authored
Update github workflows (#90)
1 parent fcd759d commit e69417b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: echo "$APPDATA\Python\Scripts" >> $GITHUB_PATH
6161

6262
- name: Install Poetry
63-
run: python install-poetry.py -y
63+
run: python install-poetry.py -y ${{ matrix.args }}
6464

6565
- name: Upload Failure Log
6666
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)