From 4e21490c41a79265c203aeabec069379fa300a95 Mon Sep 17 00:00:00 2001 From: Alexander Demidovskij Date: Wed, 12 Apr 2023 12:05:44 +0300 Subject: [PATCH] Update action.yml --- action.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/action.yml b/action.yml index c243575..3d09746 100644 --- a/action.yml +++ b/action.yml @@ -8,18 +8,8 @@ runs: uses: actions/setup-python@v4 with: python-version: '3.10' - - name: Cache pip - uses: actions/cache@v3 - id: cache - with: - path: | - ./venv/ - ~/.local/bin/mystem - key: ${{ runner.os }}-pip-${{ hashFiles('requirements*.txt') }} - restore-keys: | - ${{ runner.os }}-venv- + cache: 'pip' - name: Install dependencies - if: steps.cache.outputs.cache-hit != 'true' shell: bash run: | bash config/venv_setup.sh