Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
demid5111 authored Apr 12, 2023
1 parent 5a9d6a1 commit 4e21490
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4e21490

Please sign in to comment.