changed version
Some checks failed
Linter / eslint (push) Failing after 13s
Linter / ruff (push) Failing after 28s
Tests / tests on CPU (push) Failing after 26s

This commit is contained in:
soaska 2024-05-03 21:24:59 +03:00
parent 19fe583d88
commit 15010eb5a1
2 changed files with 3 additions and 7 deletions

View File

@ -12,11 +12,9 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11.0
env:
AGENT_TOOLSDIRECTORY: "/opt/hostedtoolache"
# 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

@ -16,12 +16,10 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10.6"
python-version: 3.10.6
cache: pip
env:
AGENT_TOOLSDIRECTORY: "/opt/hostedtoolache"
cache-dependency-path: |
**/requirements*txt
launch.py