diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73d58cb..dcc7f3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} @@ -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: