Skip to content

Commit

Permalink
revert test changes
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 Jun 13, 2024
1 parent 7dc0a08 commit 47b40fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/python-only
- run: python -m pip install -r requirements-dev.txt
- run: python -m pip install -e ".[all]"
- name: Ensure Ray and Dask engines start up
run: |
MODIN_ENGINE=dask python -c "import modin.pandas as pd; print(pd.DataFrame([1,2,3]))"
MODIN_ENGINE=ray python -c "import modin.pandas as pd; print(pd.DataFrame([1,2,3]))"
MODIN_ENGINE=ray python -m pytest modin/tests/numpy
- uses: ./.github/actions/run-core-tests/group_1
- uses: ./.github/actions/run-core-tests/group_2
- uses: ./.github/actions/run-core-tests/group_3
- uses: ./.github/actions/run-core-tests/group_4
- name: Ensure MPI engine start up
# Install a working MPI implementation beforehand so mpi4py can link to it
run: |
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## required dependencies
pandas>=2.2,<2.3
numpy>=2.0.0rc1
numpy>=1.22.4
fsspec>=2022.11.0
packaging>=21.0
psutil>=5.8.0
Expand Down

0 comments on commit 47b40fd

Please sign in to comment.