From 80e54b04d811fe344e44858ec83350619ce207da Mon Sep 17 00:00:00 2001 From: Ivan Kropotkin Date: Tue, 12 Dec 2023 14:01:54 +0100 Subject: [PATCH] fixup: stick python version on 3.8 --- static-files/all/.github/workflows/DINAR-PORT.yml | 4 +++- static-files/all/.github/workflows/DINAR-pr.yml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/static-files/all/.github/workflows/DINAR-PORT.yml b/static-files/all/.github/workflows/DINAR-PORT.yml index 415c986..0d85b26 100644 --- a/static-files/all/.github/workflows/DINAR-PORT.yml +++ b/static-files/all/.github/workflows/DINAR-PORT.yml @@ -36,7 +36,9 @@ jobs: path: DINAR repository: itpp-labs/DINAR ref: master - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 + with: + python-version: "3.8" - name: Install python tools run: | pip install plumbum pre-commit git-aggregator diff --git a/static-files/all/.github/workflows/DINAR-pr.yml b/static-files/all/.github/workflows/DINAR-pr.yml index 17e5df4..aee1b7a 100644 --- a/static-files/all/.github/workflows/DINAR-pr.yml +++ b/static-files/all/.github/workflows/DINAR-pr.yml @@ -54,7 +54,9 @@ jobs: path: DINAR repository: itpp-labs/DINAR ref: master - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 + with: + python-version: "3.8" - name: Install python tools run: | pip install plumbum PyGithub pyyaml