From: XhmikosR Date: Mon, 7 Mar 2022 06:53:37 +0000 (+0200) Subject: CI: remove Python cache X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=491f45e017a3650c8c641dc16bde9aa56ff22915;p=stevenblack-hosts.git CI: remove Python cache Since we are still testing obsolete/unsupported Python versions, this is a workaround for the Windows Python 3.5 error. It should be reverted later when support for Python 3.5 is dropped. --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2b3c752d..0d8472e0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,6 @@ jobs: uses: actions/setup-python@v3 with: python-version: ${{ matrix.python }} - cache: pip - run: python --version - run: pip --version