Skip to content

Commit

Permalink
rm pip cache from linter workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
alxmrs committed Mar 10, 2024
1 parent 93e8baa commit a101ef9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Get pip cache dir
id: pip-cache
run: |
python -m pip install --upgrade pip wheel
echo "::set-output name=dir::$(pip cache dir)"
- name: pip cache
uses: actions/cache@v2
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
- name: Install linter
run: |
pip install pyink
Expand Down

0 comments on commit a101ef9

Please sign in to comment.