summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-08-02 17:37:52 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-08-02 17:38:01 -0500
commitdfbe1b3eef2b904dc70cc6bed670c55d342864b6 (patch)
treef6452dd0b7b2684ad77830fedb4f8f87a0f1377b /.github
parentaf4a6fe0933dc988706eb1ee2b1c864396dbdd39 (diff)
downloadrequests-cache-dfbe1b3eef2b904dc70cc6bed670c55d342864b6.tar.gz
Update deploy.yml workaround for botocore/urllib3 version conflict
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 8a33b24..83cbd8c 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -65,9 +65,9 @@ jobs:
- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: |
- # botocore has a urllib version conflict with older versions of requests
- poetry add boto3@1.15 botocore@1.18
- poetry add requests@${{ matrix.requests-version }}
+ # botocore has a urllib3 version conflict with older versions of requests
+ poetry add boto3@1.15 botocore@1.18 --optional --lock
+ poetry add requests@${{ matrix.requests-version }} --lock
poetry install -v -E all
# Run unit + integration tests, with additional stress tests