mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
ci: fix broken test skips (#17005)
(cherry picked from commit 9e980b6f2b)
This commit is contained in:
committed by
Elizabeth Thompson
parent
7db1caa2ad
commit
c4b57e6b3e
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