We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c76b21 commit b5fad7dCopy full SHA for b5fad7d
2 files changed
.github/workflows/main.yml
@@ -44,7 +44,6 @@ jobs:
44
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
45
with:
46
python-version: ${{ matrix.python-version }}
47
- cache: 'pip'
48
- name: Install dependencies
49
run: |
50
python -m pip install --upgrade pip
CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
### Added
9
### Changed
10
### Fixed
11
+- Revert pip caching in CI as it caused test suite to break (@marteinn)
12
+
13
### Removed
14
15
## [1.8.0] - 2026-04-12
0 commit comments