-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
933 additions
and
1,018 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,10 +44,7 @@ jobs: | |
- name: Install poetry | ||
uses: abatilo/[email protected] | ||
with: | ||
# use a newer version of poetry in this test, but | ||
# poetry in the dockerfile is a bit older because | ||
# of a urllib3 issue | ||
poetry-version: 1.3.1 | ||
poetry-version: 1.8.3 | ||
|
||
- name: Install poetry dependencies | ||
run: | | ||
|
@@ -125,10 +122,7 @@ jobs: | |
- name: Install poetry | ||
uses: abatilo/[email protected] | ||
with: | ||
# use a newer version of poetry in this test, but | ||
# poetry in the dockerfile is a bit older because | ||
# of a urllib3 issue | ||
poetry-version: 1.3.1 | ||
poetry-version: 1.8.3 | ||
|
||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v2 | ||
|
@@ -196,10 +190,7 @@ jobs: | |
- name: Install poetry | ||
uses: abatilo/[email protected] | ||
with: | ||
# use a newer version of poetry in this test, but | ||
# poetry in the dockerfile is a bit older because | ||
# of a urllib3 issue | ||
poetry-version: 1.3.1 | ||
poetry-version: 1.8.3 | ||
|
||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.