Skip to content

Commit

Permalink
pip cache for check, missing newline in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmshanahan committed Jul 18, 2024
1 parent d5bcd3d commit 6710f44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
- name: install
run: pip install -r requirements.txt
- name: check imports
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ disable = [
"missing-module-docstring",
"missing-class-docstring",
"missing-function-docstring",
]
]

0 comments on commit 6710f44

Please sign in to comment.