summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-02-17 00:00:36 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-19 23:06:10 +0100
commit008674ec0ff81a5e4abae0a383b3ebddfad7c912 (patch)
tree007f1904876cfc7e0d03f9b2375ec675935b4fce
parent66fb4bd089ee64e96dbe312ce520de3902eca4d8 (diff)
downloadpylint-git-008674ec0ff81a5e4abae0a383b3ebddfad7c912.tar.gz
Remove unnecessary workflow step
-rw-r--r--.github/workflows/ci.yaml11
1 files changed, 1 insertions, 10 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index e786d5449..69e50dc15 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -7,7 +7,7 @@ on:
pull_request: ~
env:
- CACHE_VERSION: 100
+ CACHE_VERSION: 0
DEFAULT_PYTHON: 3.6
PRE_COMMIT_CACHE: ~/.cache/pre-commit
@@ -322,15 +322,6 @@ jobs:
run: |
. venv/bin/activate
coveralls --rcfile=${{ env.COVERAGERC_FILE }}
- - uses: geekyeggo/delete-artifact@v1
- if: always()
- with:
- failOnError: false
- name: |
- coverage-3.6
- coverage-3.7
- coverage-3.8
- coverage-3.9
pytest-windows: