Skip to content

Commit

Permalink
fix: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Aug 8, 2022
1 parent fb37e1f commit 8851ead
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,8 @@ jobs:
uses: actions/setup-python@main
with:
python-version: ${{ matrix.python-version }}

- name: Get pip cache dir
id: pip-cache
run: |
echo "::set-output name=dir::$(pip cache dir)"
- name: Cache pip
uses: actions/cache@main
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/requirements.txt', 'requirements/requirements-tests.txt') }}
cache: pip
cache-dependency-path: 'requirements/*.txt'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion pylama/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ def run(
return sorted(errors, key=sorter)


# pylama:ignore=R0912,D210,F0001
# pylama:ignore=R0912,D210,F0001,C3001

0 comments on commit 8851ead

Please sign in to comment.