Skip to content

Commit

Permalink
update yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryliang122 committed Mar 17, 2023
1 parent d749fdd commit 39527fd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-windows-executable-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ jobs:
with:
python-version: 3.9

- name: Install and configure Poetry
uses: abatilo/actions-poetry@v2
with:
python-version: 3.9
poetry-version: 1.3.2
- name: Install dependencies
run: |
pip install --upgrade pip
pip install poetry
choco install zip
Expand Down

0 comments on commit 39527fd

Please sign in to comment.