1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Merge pull request #843 from kevin1024/fix-ci-through-recent-setuptools

Fix CI through recent Setuptools + start building once a week to notice CI issues earlier
This commit is contained in:
Sebastian Pipping
2024-06-02 15:27:23 +02:00
committed by GitHub

View File

@@ -5,6 +5,8 @@ on:
branches:
- master
pull_request:
schedule:
- cron: '0 16 * * 5' # Every Friday 4pm
workflow_dispatch:
jobs:
@@ -49,7 +51,7 @@ jobs:
- name: Install project dependencies
run: |
pip install --upgrade pip
pip install --upgrade pip setuptools
pip install codecov '.[tests]' '${{ matrix.urllib3-requirement }}'
pip check