From 67e378bb15a79fd77057aff7aceabfb337bd1eee Mon Sep 17 00:00:00 2001 From: Anatoly Myachev Date: Fri, 31 Jul 2020 16:19:46 +0300 Subject: [PATCH] FIX-#1867: add some options for proper cache usage Signed-off-by: Anatoly Myachev --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b1277d9240..6083dea61de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: | @@ -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: | @@ -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: | @@ -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: |