summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-08-02 16:31:38 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-08-02 16:45:57 -0500
commit54ef2e2674ba637d0a73002ca8224c828a2925f6 (patch)
treeb5017b6c137e249d5a3722575b58433b251c53bf /.github
parent5fca88a25a0c71c91f587350f9a3e2842b8facc2 (diff)
downloadrequests-cache-54ef2e2674ba637d0a73002ca8224c828a2925f6.tar.gz
Update poetry to 1.2.0a2
1.2.0a2 fixes https://github.com/python-poetry/poetry/issues/4334
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
-rw-r--r--.github/workflows/deploy.yml4
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 67e8769..6e58304 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- uses: snok/install-poetry@v1.1.7
with:
- version: 1.2.0a1
+ version: 1.2.0a2
virtualenvs-in-project: true
# Start integration test databases
@@ -97,7 +97,7 @@ jobs:
python-version: ${{ env.LATEST_PY_VERSION }}
- uses: snok/install-poetry@v1.1.7
with:
- version: 1.2.0a1
+ version: 1.2.0a2
virtualenvs-in-project: true
# Cache packages and reuse until lockfile changes
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 5eb1976..8a33b24 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -43,7 +43,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- uses: snok/install-poetry@v1.1.7
with:
- version: 1.2.0a1
+ version: 1.2.0a2
virtualenvs-in-project: true
# Start integration test databases
@@ -90,7 +90,7 @@ jobs:
python-version: ${{ env.LATEST_PY_VERSION }}
- uses: snok/install-poetry@v1.1.7
with:
- version: 1.2.0a1
+ version: 1.2.0a2
virtualenvs-in-project: true
- name: Set pre-release version