Skip to content

Commit

Permalink
update pip pre
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Nov 6, 2023
1 parent b8526a6 commit 47e073a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:
workflow_dispatch:
schedule:
- cron: "0 0 * * 0" # every week (for --pre release tests)
- cron: "0 0 * * *" # run daily

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -28,8 +28,8 @@ jobs:
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
pip-install-flags: ${{ github.event_name == 'schedule' && '--pre' || '' }}
report-failures: true
pip-install-pre-release: ${{ github.event_name == 'schedule' }}
report-failures: ${{ github.event_name == 'schedule' }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 47e073a

Please sign in to comment.