-y
Some checks failed
Linter / ruff (push) Failing after 11s
Tests / tests on CPU (push) Has been cancelled

This commit is contained in:
soaska 2024-05-03 21:43:07 +03:00
parent f9479e32df
commit 2d100f3b70
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
# not to have GHA download an (at the time of writing) 4 GB cache
# of PyTorch and other dependencies.
- name: deps
run: apt update && apt install python3-pip
run: apt update && apt install python3-pip -y
- name: Install Ruff
run: pip install ruff==0.1.6 --break-system-packages
- name: Run Ruff

View File

@ -24,7 +24,7 @@ jobs:
**/requirements*txt
launch.py
- name: deps
run: apt update && apt install python3-pip
run: apt update && apt install python3-pip -y
- name: Cache models
id: cache-models
uses: actions/cache@v3