Skip to content

Commit

Permalink
Update test_cli.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bebra777228 authored Nov 9, 2024
1 parent 582332b commit bb24ca8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ jobs:
with:
python-version: '3.10'

- name: Кэширование зависимостей
uses: actions/cache@v3
with:
path: |
~/.cache/pip
.venv
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Установка зависимостей
run: |
pip install --upgrade pip==24.0
Expand Down Expand Up @@ -53,6 +63,16 @@ jobs:
with:
python-version: '3.10'

- name: Кэширование зависимостей
uses: actions/cache@v3
with:
path: |
~/.cache/pip
.venv
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Установка зависимостей
run: |
pip install --upgrade pip==24.0
Expand Down

0 comments on commit bb24ca8

Please sign in to comment.