summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-05-26 22:17:29 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-06-11 11:13:53 -0500
commit6b566dccc6e90e497f6443ca8fb960c05a18a47a (patch)
treec3f5d03d9a826d7ae62c196a5247ac9a73ae8077 /.github
parent68bdfa960e8f3a630fe4f53529de4d3ae3bf8216 (diff)
downloadrequests-cache-6b566dccc6e90e497f6443ca8fb960c05a18a47a.tar.gz
Add relevant package extras to install optional dependencies
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5179bcd..7a9565b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -59,7 +59,7 @@ jobs:
key: venv-${{ matrix.python-version }}-latest-${{ hashFiles('poetry.lock') }}
- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
- run: poetry install -v -E backends -E json
+ run: poetry install -v -E all
- name: Install latest available requests + urllib3 (scheduled tests only)
if: ${{ github.event.schedule }}
run: |
@@ -106,7 +106,7 @@ jobs:
key: venv-${{ env.LATEST_PY_VERSION }}-latest-${{ hashFiles('poetry.lock') }}
- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
- run: poetry install -v -E backends
+ run: poetry install -v -E all
- name: Run style checks & linting
run: |