git.99rst.org
/
stevenblack-hosts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
8236124
)
CI: remove Python cache
author
XhmikosR
<redacted>
Mon, 7 Mar 2022 06:53:37 +0000
(08:53 +0200)
committer
XhmikosR
<redacted>
Mon, 7 Mar 2022 06:53:37 +0000
(08:53 +0200)
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.
.github/workflows/ci.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index a2b3c752d0e129d1c7ab8e1a7fd3a9aec4719bb3..0d8472e0e2eda240e4668c3de96a2776844df707 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT