feat: do not use cached python versions when run by schedule

pull/184/head
scito 4 months ago
parent 153b1d92c0
commit 363c1581b4
No known key found for this signature in database

@ -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: |

Loading…
Cancel
Save