Skip to content

Commit e229452

Browse files
bizzyvincibranchv
authored andcommitted
add args to install-poetry
1 parent 649e855 commit e229452

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)