Skip to content

Commit

Permalink
ci: remove Python from check-harnesses
Browse files Browse the repository at this point in the history
The cleanup step seemingly fails if the cache is never used.
This is wrong (cache non-use should never be a failure),
but is seemingly unfixed upstream.

See: actions/setup-python#436

Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Jul 1, 2024
1 parent 55cb4dc commit 5ec4ebe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: ">=3.12"
cache: "pip"
cache-dependency-path: pyproject.toml

- uses: actions/setup-go@v5
with:
go-version: ">=1.20.5"
Expand Down

0 comments on commit 5ec4ebe

Please sign in to comment.