summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-05-26 20:29:13 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-05-26 20:55:45 -0500
commit6edf2e1c5e3712b2083a5daff142db65232c6e1c (patch)
tree7252457e69d910496abd3bf0f5710d1f20166eb2 /.github
parent7c7126475d741ab32b14637343dc604dae9cd65c (diff)
downloadrequests-cache-6edf2e1c5e3712b2083a5daff142db65232c6e1c.tar.gz
Make cattrs optional, and other cleanup
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 974ccb5..cecfe7e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -57,7 +57,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
+ run: poetry install -v -E backends -E json
- name: Install latest available requests + urllib3 (scheduled tests only)
if: ${{ github.event.schedule }}
run: |