Skip to content

Commit

Permalink
FIX-modin-project#1867: remove purge usage
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 Jul 30, 2020
1 parent bc685cd commit 5ea4819
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
architecture: "x64"
- run: sudo apt update && sudo apt install -y libhdf5-dev
- run: pip cache list
- run: pip cache purge
- run: pip install -r requirements.txt --no-cache-dir
- run: python -m pytest modin/pandas/test/test_api.py
test-headers:
Expand All @@ -73,7 +72,6 @@ jobs:
python-version: "3.7.x"
architecture: "x64"
- run: pip cache list
- run: pip cache purge
- run: pip install -r requirements.txt --no-cache-dir
- run: python -m pytest modin/test/test_headers.py
test-internals:
Expand All @@ -88,7 +86,6 @@ jobs:
python-version: "3.6.x"
architecture: "x64"
- run: pip cache list
- run: pip cache purge
- run: pip install -r requirements.txt --no-cache-dir
- run: python -m pytest modin/test/test_publisher.py modin/data_management/test/test_dispatcher.py
test-all:
Expand All @@ -115,7 +112,6 @@ jobs:
if: matrix.part == 3
run: sudo apt update && sudo apt install -y libhdf5-dev
- run: pip cache list
- run: pip cache purge
- run: pip install -r requirements.txt --no-cache-dir
- run: bash run-tests.sh ${{matrix.engine}} -k "TestDataFrame${{matrix.part}}"
if: matrix.part != 3
Expand Down Expand Up @@ -157,7 +153,6 @@ jobs:
python-version: ${{matrix.python-version}}
architecture: "x64"
- run: pip cache list
- run: pip cache purge
- run: pip install -r requirements.txt --no-cache-dir
- run: python -m pytest modin/pandas/test/test_dataframe.py::TestDataFrame${{matrix.part}}
if: matrix.part != 3
Expand Down Expand Up @@ -197,6 +192,5 @@ jobs:
architecture: "x64"
- run: sudo apt update && sudo apt install -y libhdf5-dev
- run: pip cache list
- run: pip cache purge
- run: pip install -r requirements.txt --no-cache-dir
- run: python -m pytest modin/pandas/test/test_io.py::test_from_csv

0 comments on commit 5ea4819

Please sign in to comment.