summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-04 14:37:19 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-05 15:08:27 +0200
commit29bc551a9403e1720e27a705ddbc2ef1d3742388 (patch)
tree8bf98071b1d8c45c080f9551a3b59a481208177f /.github
parent95b20ce7cc9ed89a8dbd3be848491d6ca70abae1 (diff)
downloadpylint-git-29bc551a9403e1720e27a705ddbc2ef1d3742388.tar.gz
Move informations that never change in the setup.py
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index ab8473c17..aa4684ced 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -32,7 +32,8 @@ jobs:
id: generate-python-key
run: >-
echo "::set-output name=key::base-venv-${{ env.CACHE_VERSION }}-${{
- hashFiles('pylint/__pkg_info__.py', 'requirements_test.txt', 'requirements_test_min.txt') }}"
+ hashFiles('pylint/__pkg_info__.py', 'requirements_test.txt', 'setup.py', 'requirements_test_min.txt')
+ }}"
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v2.1.4
@@ -161,7 +162,7 @@ jobs:
id: generate-python-key
run: >-
echo "::set-output name=key::venv-${{ env.CACHE_VERSION }}-${{
- hashFiles('pylint/__pkg_info__.py', 'requirements_test.txt',
+ hashFiles('pylint/__pkg_info__.py', 'requirements_test.txt', 'setup.py',
'requirements_test_min.txt') }}"
- name: Restore Python virtual environment
id: cache-venv
@@ -333,7 +334,7 @@ jobs:
id: generate-python-key
run: >-
echo "::set-output name=key::venv-${{ env.CACHE_VERSION }}-${{
- hashFiles('pylint/__pkg_info__.py', 'requirements_test_min.txt') }}"
+ hashFiles('pylint/__pkg_info__.py', 'setup.py', 'requirements_test_min.txt') }}"
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v2.1.4
@@ -411,7 +412,7 @@ jobs:
id: generate-python-key
run: >-
echo "::set-output name=key::venv-${{ env.CACHE_VERSION }}-${{
- hashFiles('pylint/__pkg_info__.py', 'requirements_test_min.txt') }}"
+ hashFiles('pylint/__pkg_info__.py', 'setup.py', 'requirements_test_min.txt') }}"
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v2.1.4