From 74075fc00dfb091a47abe7b2171e11bf7292bb0e Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Mon, 16 May 2022 19:32:37 +0300 Subject: [PATCH] End of the pip & explicit python version set --- .github/workflows/benchmark.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 451baa8f..064d77a5 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -48,9 +48,8 @@ jobs: - uses: actions/setup-python@v3 with: - python-version: "3.x" + python-version: "3.9" architecture: "x64" - cache: "pip" - name: Install requests run: python -m pip install requests