From e676bb7ea7f0c59c1f20d8ffa6f2ee6393f8d33e Mon Sep 17 00:00:00 2001 From: scito Date: Thu, 11 Jan 2024 21:01:23 +0100 Subject: [PATCH] feat: do not use cached python versions when run by schedule --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aafb080..ad1cd6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - check-latest: false + check-latest: ${{ github.event_name == 'schedule' }} - name: Install zbar shared lib for QReader (Linux) if: runner.os == 'Linux' run: |