mirror of
https://github.com/python-poetry/install.python-poetry.org.git
synced 2024-11-06 06:05:52 -05:00
Update github workflows (#90)
This commit is contained in:
parent
fcd759d6fe
commit
e69417b029
1 changed files with 1 additions and 1 deletions
2
.github/workflows/installer.yml
vendored
2
.github/workflows/installer.yml
vendored
|
@ -60,7 +60,7 @@ jobs:
|
|||
run: echo "$APPDATA\Python\Scripts" >> $GITHUB_PATH
|
||||
|
||||
- name: Install Poetry
|
||||
run: python install-poetry.py -y
|
||||
run: python install-poetry.py -y ${{ matrix.args }}
|
||||
|
||||
- name: Upload Failure Log
|
||||
uses: actions/upload-artifact@v2
|
||||
|
|
Loading…
Reference in a new issue