Skip to content

Commit

Permalink
add args to install-poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
bizzyvinci authored and branchvincent committed May 14, 2023
1 parent 649e855 commit e229452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e229452

Please sign in to comment.