From 58b3ecabf8b6c06e904f5a6d97016a174a66aa27 Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Thu, 13 Jul 2023 12:17:46 +0200 Subject: [PATCH] change python version --- .github/workflows/e2e-cache.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e-cache.yml b/.github/workflows/e2e-cache.yml index f0267346..44244198 100644 --- a/.github/workflows/e2e-cache.yml +++ b/.github/workflows/e2e-cache.yml @@ -39,7 +39,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ['3.9', 'pypy-3.9-v7.x'] + python-version: ['3.10', 'pypy-3.9-v7.x'] steps: - uses: actions/checkout@v3 - name: Setup Python @@ -47,7 +47,7 @@ jobs: with: python-version: ${{ matrix.python-version }} cache: 'pipenv' - - run: python -m pip install pip==22.3.1 + # - run: python -m pip install pip==22.3.1 - name: Install pipenv run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python - name: Install dependencies @@ -118,7 +118,7 @@ jobs: python-version: ${{ matrix.python-version }} cache: 'pipenv' cache-dependency-path: '**/pipenv-requirements.txt' - - run: python -m pip install pip==22.3.1 + # - run: python -m pip install pip==22.3.1 - name: Install pipenv run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python - name: Install dependencies