diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b3955e49cb..cb802b163ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,10 +36,10 @@ jobs: steps: - id: choose run: | - if [[ "${{ github.event.schedule }}" = "30 2 * * WED" ]] + if false then echo "python-version=3.10" >> "$GITHUB_OUTPUT" - elif [[ "${{ github.event.schedule }}" = "30 2 * * THU" ]] + elif true then echo "python-version=3.11" >> "$GITHUB_OUTPUT" else