From 77dc0064a516085a59e96aee83e8445d735a7605 Mon Sep 17 00:00:00 2001 From: evgeniy-scherbina Date: Wed, 27 Mar 2024 13:36:33 -0400 Subject: [PATCH] Downgrade Python v2 --- .github/workflows/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index deda1d6f88..a4dd6a1508 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -107,8 +107,10 @@ jobs: - name: Show Versions run: python --version && python3 --version && pip --version && pip3 --version - - name: Downgrade Python - run: pip install python==3.8 + - name: Install python + run: apt-get install -y python3.8 +# - name: Downgrade Python +# run: pip install python==3.8 - name: Show Versions run: python --version && python3 --version && pip --version && pip3 --version - name: Install poetry