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

pull/185/head
scito 4 months ago committed by Roland Kurmann
parent 153b1d92c0
commit e676bb7ea7

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