Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
removing tests which no longer exists
  • Loading branch information
arunjose696 authored Aug 15, 2024
1 parent 68a51ef commit e00879b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -704,8 +704,6 @@ jobs:
- run: python -m pytest modin/tests/pandas/native_df_mode/test_join_sort.py
- run: python -m pytest modin/tests/pandas/native_df_mode/test_map_metadata.py
- run: python -m pytest modin/tests/pandas/native_df_mode/test_pickle.py
- run: python -m pytest modin/tests/pandas/native_df_mode/test_reduce.py
- run: python -m pytest modin/tests/pandas/native_df_mode/test_udf.py
- run: python -m pytest modin/tests/pandas/native_df_mode/test_window.py
- uses: ./.github/actions/upload-coverage

Expand Down

0 comments on commit e00879b

Please sign in to comment.