summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-08-10 12:53:35 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-08-10 13:26:14 -0500
commitc9710a1a15458dc186999e243ef6531ac02c0474 (patch)
treeda7ba09a8774921a87177068fdea6cf744df71ea /.github
parenta0e560adc17c541cf50b051222f0570414d59736 (diff)
downloadrequests-cache-c9710a1a15458dc186999e243ef6531ac02c0474.tar.gz
Remove scheduled tests; new compatibility issues will be caught by dependabot updates
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml7
-rw-r--r--.github/workflows/deploy.yml2
2 files changed, 1 insertions, 8 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 22df0d0..1d81cb1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -6,8 +6,6 @@ on:
tags: ['v*']
pull_request:
branches: [master]
- schedule:
- - cron: '0 5 * * *'
workflow_dispatch:
env:
LATEST_PY_VERSION: 3.9
@@ -58,11 +56,6 @@ jobs:
- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: poetry install -v -E all
- - name: Install latest available requests + urllib3 (scheduled tests only)
- if: ${{ github.event.schedule }}
- run: |
- poetry add requests@latest
- poetry add urllib3@latest
- name: Workaround for issue with poetry package extras (python 3.10 only)
if: ${{ startsWith(matrix.python-version, '3.10') }}
run: |
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index accf1da..65b2e71 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
python-version: [3.7]
- requests-version: [2.17, 2.18, 2.19, 2.20.1, 2.21, 2.22, 2.23, 2.24, 2.25, latest]
+ requests-version: [2.17, 2.18, 2.19, 2.20.1, 2.21, 2.22, 2.23, 2.24, latest]
fail-fast: false
services:
nginx: