Skip to content

Commit d3afbdc

Browse files
committed
Stop trying to cache
It doesn't seem to do what I hope for anyways.
1 parent 2e6cfbf commit d3afbdc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77

88
## [Unreleased](https://github.com/hynek/build-and-inspect-python-package/compare/v1.5.3...main)
99

10+
### Fixed
11+
12+
- Stop trying to cache.
13+
Fixes `Error: No file in /home/runner/work/pytest-cpp/pytest-cpp matched to [**/requirements.txt or **/pyproject.toml], make sure you have checked out the target repository`
14+
[#76](https://github.com/hynek/build-and-inspect-python-package/pull/76)
15+
1016

1117
## [1.5.3](https://github.com/hynek/build-and-inspect-python-package/compare/v1.5.1...1.5.3) - 2023-10-27
1218

action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ runs:
2424
with:
2525
python-version: "3.x"
2626
update-environment: false
27-
cache: pip
2827

2928
- name: Create venv for tools
3029
run: ${{ steps.python-baipp.outputs.python-path }} -Im venv /tmp/baipp

0 commit comments

Comments
 (0)