Skip to content

Commit e539ad4

Browse files
committed
ci: Use pyproject.toml for cache-dependency-path
1 parent d0b8300 commit e539ad4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
python-version: ${{ matrix.python-version }}
1616
cache: pip
17-
cache-dependency-path: setup.py
17+
cache-dependency-path: pyproject.toml
1818
- run: pip install .[test] coveralls
1919
- run: pytest --cov agatelookup
2020
- env:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
python-version: '3.10'
1212
cache: pip
13-
cache-dependency-path: setup.py
13+
cache-dependency-path: pyproject.toml
1414
- run: pip install --upgrade check-manifest flake8 isort setuptools
1515
- run: check-manifest
1616
- run: flake8 .

0 commit comments

Comments
 (0)