Skip to content

Commit

Permalink
FIX-modin-project#1867: add some options for proper cache 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 31, 2020
1 parent 2fad256 commit 67e378b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
environment-file: requirements.yml
python-version: "3.7"
auto-activate-base: false
channel-priority: strict
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
- name: Conda environment
shell: bash -l {0}
run: |
Expand Down Expand Up @@ -100,6 +102,8 @@ jobs:
environment-file: requirements.yml
python-version: "3.7"
auto-activate-base: false
channel-priority: strict
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
- name: Conda environment
shell: bash -l {0}
run: |
Expand Down Expand Up @@ -130,6 +134,8 @@ jobs:
environment-file: requirements.yml
python-version: "3.6"
auto-activate-base: false
channel-priority: strict
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
- name: Conda environment
shell: bash -l {0}
run: |
Expand Down Expand Up @@ -169,6 +175,8 @@ jobs:
environment-file: requirements.yml
python-version: ${{matrix.python-version}}
auto-activate-base: false
channel-priority: strict
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
- name: Conda environment
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 67e378b

Please sign in to comment.