diff --git a/.github/workflows/ci-model-regression-on-schedule.yml b/.github/workflows/ci-model-regression-on-schedule.yml index a9160e8f028a..96ed2818e8f7 100644 --- a/.github/workflows/ci-model-regression-on-schedule.yml +++ b/.github/workflows/ci-model-regression-on-schedule.yml @@ -139,7 +139,6 @@ jobs: with: path: ~/.cache/pypoetry/virtualenvs key: ${{ runner.os }}-poetry-3.8-${{ hashFiles('**/poetry.lock') }} - restore-keys: ${{ runner.os }}-poetry-3.8 - name: Install Dependencies 📦 if: steps.set_dataset_config_vars.outputs.is_dataset_exists == 'true' && steps.set_dataset_config_vars.outputs.is_config_exists == 'true' diff --git a/.github/workflows/ci-model-regression.yml b/.github/workflows/ci-model-regression.yml index 3080e4dd3513..c46bd7f0a8c2 100644 --- a/.github/workflows/ci-model-regression.yml +++ b/.github/workflows/ci-model-regression.yml @@ -242,7 +242,6 @@ jobs: with: path: ~/.cache/pypoetry/virtualenvs key: ${{ runner.os }}-poetry-3.8-${{ hashFiles('**/poetry.lock') }} - restore-keys: ${{ runner.os }}-poetry-3.8 - name: Install Dependencies 📦 if: steps.set_dataset_config_vars.outputs.is_dataset_exists == 'true' && steps.set_dataset_config_vars.outputs.is_config_exists == 'true' @@ -388,7 +387,6 @@ jobs: with: path: ~/.cache/pypoetry/virtualenvs key: ${{ runner.os }}-poetry-3.8-${{ hashFiles('**/poetry.lock') }} - restore-keys: ${{ runner.os }}-poetry-3.8 - name: Install Dependencies 📦 if: steps.set_dataset_config_vars.outputs.is_dataset_exists == 'true' && steps.set_dataset_config_vars.outputs.is_config_exists == 'true'