venv?
Some checks failed
Linter / ruff (push) Failing after 8s
Tests / tests on CPU (push) Failing after 9s
Linter / eslint (push) Waiting to run

This commit is contained in:
soaska 2024-05-03 19:05:28 +03:00
parent b3719cbeef
commit e539162506
2 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,8 @@ jobs:
# from the requirements.txt file(s) in the repository; it's faster
# not to have GHA download an (at the time of writing) 4 GB cache
# of PyTorch and other dependencies.
- name: create venv
run: python -m venv venv && source venv/bin/activate
- name: Install Ruff
run: pip install ruff==0.1.6
- name: Run Ruff

View File

@ -25,6 +25,8 @@ jobs:
cache-dependency-path: |
**/requirements*txt
launch.py
- name: create venv
run: python -m venv venv && source venv/bin/activate
- name: Cache models
id: cache-models
uses: actions/cache@v3