Skip to content

Commit

Permalink
FIX-modin-project#1867: fix needs
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev committed Aug 3, 2020
1 parent af23f3b commit 7fd6919
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
conda list
test-api:
needs: [prepare-cache]
needs: prepare-cache
runs-on: ubuntu-latest
name: test api
steps:
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
run: python -m pytest modin/pandas/test/test_api.py

test-headers:
needs: [prepare-cache]
needs: prepare-cache
runs-on: ubuntu-latest
name: test-headers
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
conda list
test-all:
needs: [prepare-cache]
needs: prepare-cache
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
run: bash <(curl -s https://codecov.io/bash)

test-windows:
needs: [prepare-cache]
needs: prepare-cache
runs-on: windows-latest
strategy:
matrix:
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
run: codecov -f ./coverage.xml

test-pyarrow:
needs: [prepare-cache]
needs: prepare-cache
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 7fd6919

Please sign in to comment.