From 5ec9c40214542e6802aafb408acd09ba3886ec54 Mon Sep 17 00:00:00 2001 From: Evgeni Burovski Date: Wed, 29 May 2024 21:23:52 +0300 Subject: [PATCH] . --- .github/workflows/cirun-bench.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cirun-bench.yml b/.github/workflows/cirun-bench.yml index bfa2647cdd..c648946df4 100644 --- a/.github/workflows/cirun-bench.yml +++ b/.github/workflows/cirun-bench.yml @@ -40,8 +40,10 @@ jobs: echo "::error::$RUNNER_OS not supported" exit 1 fi - echo `which python` - python -c'import sys; print(sys.version)' + echo `which python3` + python3 -c'import sys; print(sys.version)' + sudo apt install python3-pip + pip3 --version - name: Install Dependencies run: |