Skip to content

Commit

Permalink
ci: remove obsolete cache-dependency-path option (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer authored Jan 24, 2025
1 parent 46a671f commit 957d817
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
with:
python-version: 3.9
cache: pip
cache-dependency-path: setup.py
- run: pip install --upgrade pre-commit
- run: pre-commit run --all-files
- run: pip install --upgrade check-manifest setuptools
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: pip
cache-dependency-path: setup.py
- run: pip install -e .[test]
# Python 3.12 deprecates pkg_resources (also used by py-html-checker).
# https://github.com/pytest-dev/pytest-twisted/issues/183
Expand Down

0 comments on commit 957d817

Please sign in to comment.