Skip to content

Commit

Permalink
FEAT-modin-project#2796: Remove experimental flag and change spreadsh…
Browse files Browse the repository at this point in the history
…eet test name

Signed-off-by: Richard Lin <richard.lin.047@berkeley.edu>
  • Loading branch information
richardlin047 committed Mar 3, 2021
1 parent 6b489c6 commit 316670a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Expand Up @@ -592,8 +592,7 @@ jobs:
engine: ["ray", "dask"]
env:
MODIN_BACKEND: ${{matrix.engine}}
MODIN_EXPERIMENTAL: "True"
name: test (spreadsheet, python ${{matrix.python-version}})
name: test-spreadsheet (engine ${{matrix.engine}}, python ${{matrix.python-version}})
steps:
- uses: actions/checkout@v2
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/push.yml
Expand Up @@ -314,8 +314,7 @@ jobs:
engine: ["ray", "dask"]
env:
MODIN_BACKEND: ${{matrix.engine}}
MODIN_EXPERIMENTAL: "True"
name: test (spreadsheet, python ${{matrix.python-version}})
name: test-spreadsheet (engine ${{matrix.engine}}, python ${{matrix.python-version}})
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 316670a

Please sign in to comment.