mirror of
https://github.com/apache/superset.git
synced 2026-04-08 19:05:46 +00:00
ci: fix broken test skips (#17005)
This commit is contained in:
1
.github/workflows/superset-python-misc.yml
vendored
1
.github/workflows/superset-python-misc.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user