Skip to content

Commit b5fad7d

Browse files
committed
Revert pip caching in CI as it caused test suite to break
1 parent 9c76b21 commit b5fad7d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4545
with:
4646
python-version: ${{ matrix.python-version }}
47-
cache: 'pip'
4847
- name: Install dependencies
4948
run: |
5049
python -m pip install --upgrade pip

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
### Added
99
### Changed
1010
### Fixed
11+
- Revert pip caching in CI as it caused test suite to break (@marteinn)
12+
1113
### Removed
1214

1315
## [1.8.0] - 2026-04-12

0 commit comments

Comments
 (0)