...
Some checks failed
Linter / ruff (push) Failing after 4s
Linter / eslint (push) Failing after 12s
Tests / tests on CPU (push) Failing after 4m37s

This commit is contained in:
soaska 2024-05-03 21:33:08 +03:00
parent 15010eb5a1
commit f54054b180
2 changed files with 3 additions and 3 deletions

View File

@ -13,8 +13,8 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: 3.11.0
# with:
# python-version: 3.11.0
# 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

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