Skip to content

Commit

Permalink
FIX-modin-project#1867: fix yml syntax
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 7fd6919 commit 7a6383e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- run: flake8 --enable=T modin

prepare-cache:
runs-on: ${{ matrix.os }
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: master
on: push
jobs:
prepare-cache:
runs-on: ${{ matrix.os }
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest"]
Expand Down

0 comments on commit 7a6383e

Please sign in to comment.