Skip to content

Commit

Permalink
Merge pull request #843 from kevin1024/fix-ci-through-recent-setuptools
Browse files Browse the repository at this point in the history
Fix CI through recent Setuptools + start building once a week to notice CI issues earlier
  • Loading branch information
hartwork authored Jun 2, 2024
2 parents f3147f5 + 39c8648 commit c9c0568
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- master
pull_request:
schedule:
- cron: '0 16 * * 5' # Every Friday 4pm
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c9c0568

Please sign in to comment.