Skip to content

Commit

Permalink
Remove setup.py from the hashed files
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Apr 5, 2021
1 parent 769976d commit b54f4a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
id: generate-python-key
run: >-
echo "::set-output name=key::base-venv-${{ env.CACHE_VERSION }}-${{
hashFiles('pylint/__pkg_info__.py', 'requirements_test.txt', 'setup.py', 'setup.cfg', 'requirements_test_min.txt')
hashFiles('pylint/__pkg_info__.py', 'requirements_test.txt', 'setup.cfg', 'requirements_test_min.txt')
}}"
- name: Restore Python virtual environment
id: cache-venv
Expand Down Expand Up @@ -162,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', 'setup.py',
hashFiles('pylint/__pkg_info__.py', 'requirements_test.txt',
'setup.cfg', 'requirements_test_min.txt') }}"
- name: Restore Python virtual environment
id: cache-venv
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
id: generate-python-key
run: >-
echo "::set-output name=key::venv-${{ env.CACHE_VERSION }}-${{
hashFiles('pylint/__pkg_info__.py', 'setup.py', 'setup.cfg', 'requirements_test_min.txt') }}"
hashFiles('pylint/__pkg_info__.py', 'setup.cfg', 'requirements_test_min.txt') }}"
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v2.1.4
Expand Down Expand Up @@ -412,7 +412,7 @@ jobs:
id: generate-python-key
run: >-
echo "::set-output name=key::venv-${{ env.CACHE_VERSION }}-${{
hashFiles('pylint/__pkg_info__.py', 'setup.py', 'setup.cfg', 'requirements_test_min.txt') }}"
hashFiles('pylint/__pkg_info__.py', 'setup.cfg', 'requirements_test_min.txt') }}"
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v2.1.4
Expand Down

0 comments on commit b54f4a4

Please sign in to comment.