Skip to content

Commit

Permalink
feat: do not use cached python versions when run by schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
scito committed Jan 11, 2024
1 parent 153b1d9 commit e676bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit e676bb7

Please sign in to comment.