Skip to content

Commit

Permalink
FIX-modin-project#6946: Remove 'needs: [lint-black-isort, ...]'
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
  • Loading branch information
dchigarev committed Feb 19, 2024
1 parent 5ec075d commit 7f10dad
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: ./.github/actions/upload-coverage

test-clean-install:
needs: [lint-flake8, lint-black-isort]
needs: [lint-flake8]
strategy:
matrix:
os:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
if: matrix.os == 'ubuntu'

test-internals:
needs: [lint-flake8, lint-black-isort]
needs: [lint-flake8]
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -119,7 +119,7 @@ jobs:
- uses: ./.github/actions/upload-coverage

test-defaults:
needs: [lint-flake8, lint-black-isort]
needs: [lint-flake8]
runs-on: ubuntu-latest
defaults:
run:
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
- uses: ./.github/actions/upload-coverage

test-hdk:
needs: [lint-flake8, lint-black-isort]
needs: [lint-flake8]
runs-on: ubuntu-latest
defaults:
run:
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:

test-asv-benchmarks:
if: github.event_name == 'pull_request'
needs: [lint-flake8, lint-black-isort]
needs: [lint-flake8]
runs-on: ubuntu-latest
defaults:
run:
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
"${{ steps.filter.outputs.ray }}" "${{ steps.filter.outputs.dask }}" >> $GITHUB_OUTPUT
test-all-unidist:
needs: [lint-flake8, lint-black-isort, execution-filter]
needs: [lint-flake8, execution-filter]
if: github.event_name == 'push' || needs.execution-filter.outputs.unidist == 'true'
runs-on: ubuntu-latest
defaults:
Expand Down Expand Up @@ -387,7 +387,7 @@ jobs:
- uses: ./.github/actions/upload-coverage

test-all:
needs: [lint-flake8, lint-black-isort, execution-filter]
needs: [lint-flake8, execution-filter]
strategy:
matrix:
os:
Expand Down Expand Up @@ -521,7 +521,7 @@ jobs:
if: matrix.os == 'windows'

test-sanity:
needs: [lint-flake8, lint-black-isort, execution-filter]
needs: [lint-flake8, execution-filter]
if: github.event_name == 'pull_request'
strategy:
matrix:
Expand Down Expand Up @@ -653,7 +653,7 @@ jobs:
- uses: ./.github/actions/upload-coverage

test-experimental:
needs: [lint-flake8, lint-black-isort]
needs: [lint-flake8]
runs-on: ubuntu-latest
defaults:
run:
Expand Down Expand Up @@ -682,7 +682,7 @@ jobs:
- uses: ./.github/actions/upload-coverage

test-spreadsheet:
needs: [lint-flake8, lint-black-isort]
needs: [lint-flake8]
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit 7f10dad

Please sign in to comment.