From 47e073a54490160dd405c0dcd8190222c7e00ca4 Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Mon, 6 Nov 2023 08:20:14 -0500 Subject: [PATCH] update pip pre --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: