From db0a17d7789cef27a7b222ba1a847b1a7c2153db Mon Sep 17 00:00:00 2001 From: Jack Ivanov <17044561+jackivanov@users.noreply.github.com> Date: Mon, 13 Dec 2021 21:26:09 +0000 Subject: [PATCH] python and cache for actions --- .github/workflows/main.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ac975df..4704f06 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,8 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2.3.1 with: - python-version: '3.7' + python-version: '3.9' + cache: 'pip' - name: Install dependencies run: | @@ -34,7 +35,8 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2.3.1 with: - python-version: '3.7' + python-version: '3.9' + cache: 'pip' - name: Install dependencies run: | @@ -93,7 +95,8 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2.3.1 with: - python-version: '3.7' + python-version: '3.9' + cache: 'pip' - name: Install dependencies run: |