From b3719cbeef077d7b9eb25232de38546676b17b7f Mon Sep 17 00:00:00 2001 From: soaska <79996669747@ya.ru> Date: Fri, 3 May 2024 19:00:26 +0300 Subject: [PATCH] How to read --- .gitea/workflows/on_pull_request.yaml | 4 ++-- .gitea/workflows/run_tests.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/on_pull_request.yaml b/.gitea/workflows/on_pull_request.yaml index d03ca111..fe6f6c0c 100644 --- a/.gitea/workflows/on_pull_request.yaml +++ b/.gitea/workflows/on_pull_request.yaml @@ -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 diff --git a/.gitea/workflows/run_tests.yaml b/.gitea/workflows/run_tests.yaml index dec8f98f..af631b23 100644 --- a/.gitea/workflows/run_tests.yaml +++ b/.gitea/workflows/run_tests.yaml @@ -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