How to read
Some checks failed
Linter / eslint (push) Waiting to run
Linter / ruff (push) Failing after 4s
Tests / tests on CPU (push) Failing after 7s

This commit is contained in:
soaska 2024-05-03 19:00:26 +03:00
parent 3fa1bcbeab
commit b3719cbeef
2 changed files with 3 additions and 3 deletions

View File

@ -15,8 +15,8 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.11
# with:
# python-version: 3.11
# NB: there's no cache: pip here since we're not installing anything
# 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

View File

@ -20,7 +20,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.10
# python-version: 3.10.6
cache: pip
cache-dependency-path: |
**/requirements*txt