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.
This commit is contained in:
XhmikosR 2022-03-07 08:53:37 +02:00
parent 823612498f
commit 491f45e017

View File

@ -33,7 +33,6 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python }}
cache: pip
- run: python --version
- run: pip --version