We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b8300 commit e539ad4Copy full SHA for e539ad4
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
python-version: ${{ matrix.python-version }}
16
cache: pip
17
- cache-dependency-path: setup.py
+ cache-dependency-path: pyproject.toml
18
- run: pip install .[test] coveralls
19
- run: pytest --cov agatelookup
20
- env:
.github/workflows/lint.yml
@@ -10,7 +10,7 @@ jobs:
10
11
python-version: '3.10'
12
13
- run: pip install --upgrade check-manifest flake8 isort setuptools
- run: check-manifest
- run: flake8 .
0 commit comments