Skip to content

Commit

Permalink
CI: always run pip install, even when cache found
Browse files Browse the repository at this point in the history
setup-python action caches only downloads, so install always needed
open issue for installed packages cache:
actions/setup-python#330
  • Loading branch information
strayge committed Nov 19, 2022
1 parent f66d4e0 commit 1ae3990
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ runs:
cache: pip
cache-dependency-path: pyproject.toml
- name: dependencies
if: steps.python.outputs.cache-hit != 'true'
# Build can be skipped with new option: https://github.com/pypa/pip/issues/11440
# Or via some magic: https://github.com/pypa/pip/issues/8049#issuecomment-633845028
run: pip install -e .[dev] && pip uninstall -y flake8-hangover
Expand Down

0 comments on commit 1ae3990

Please sign in to comment.