ci: fix broken test skips (#17005)

This commit is contained in:
Ville Brofeldt
2021-10-08 08:13:01 +02:00
committed by GitHub
parent ea700384b3
commit 9e980b6f2b
2 changed files with 2 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ jobs:
continue-on-error: true
run: ./scripts/ci_check_no_file_changes.sh python
- name: Setup Python
if: steps.check.outcome == 'failure'
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}