We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd759d commit e69417bCopy full SHA for e69417b
1 file changed
.github/workflows/installer.yml
@@ -60,7 +60,7 @@ jobs:
60
run: echo "$APPDATA\Python\Scripts" >> $GITHUB_PATH
61
62
- name: Install Poetry
63
- run: python install-poetry.py -y
+ run: python install-poetry.py -y ${{ matrix.args }}
64
65
- name: Upload Failure Log
66
uses: actions/upload-artifact@v2
0 commit comments