Skip to content

Commit

Permalink
FIX-#1904: CI fix (#1905)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Myskov <alexander.myskov@intel.com>
  • Loading branch information
amyskov authored Aug 10, 2020
1 parent c48b4ae commit b1b2340
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,10 @@ jobs:
with:
path: ~\AppData\Local\pip\Cache
key: ${{ runner.os }}-python-${{ matrix.python-version }}-pip-${{ github.run_id }}-${{ hashFiles('environment.yml') }}
- name: conda clean
uses: goanpeca/setup-miniconda@v1.6.0
shell: bash -l {0}
run: conda clean --packages
- uses: goanpeca/setup-miniconda@v1.6.0
with:
activate-environment: modin
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ jobs:
with:
path: ~\AppData\Local\pip\Cache
key: ${{ runner.os }}-python-${{ matrix.python-version }}-pip-${{ github.run_id }}-${{ hashFiles('environment.yml') }}
- name: conda clean
uses: goanpeca/setup-miniconda@v1.6.0
shell: bash -l {0}
run: conda clean --packages
- uses: goanpeca/setup-miniconda@v1.6.0
with:
activate-environment: modin
Expand Down

0 comments on commit b1b2340

Please sign in to comment.