Skip to content

Commit

Permalink
Pinned snok/install-poetry to 1.3.1 for Windows test to address snok/…
Browse files Browse the repository at this point in the history
…install-poetry#94.

Also cleaned up poetry version pinning in release.yml
  • Loading branch information
abey79 committed Oct 11, 2022
1 parent 806a4f6 commit 94b128c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-lint-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install and configure Poetry
uses: snok/install-poetry@v1
uses: snok/install-poetry@v1.3.1 # pinned until snok/install-poetry#94 is resolved
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
- name: Install and configure Poetry
uses: snok/install-poetry@v1
with:
version: 1.1.13
virtualenvs-create: true
virtualenvs-in-project: true
- name: Build and run PyInstaller
Expand Down Expand Up @@ -98,7 +97,6 @@ jobs:
- name: Install and configure Poetry
uses: snok/install-poetry@v1
with:
version: 1.1.13
virtualenvs-create: true
virtualenvs-in-project: true
- name: Build
Expand Down

0 comments on commit 94b128c

Please sign in to comment.