Skip to content

Commit 966f6b2

Browse files
committed
Fix pip cache key for Linux CI
pip is still used instead of uv for the linux CI job because uv isn't needed for anything and pip is only used to install aqtinstall, which only takes a few seconds.
1 parent 62b5599 commit 966f6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: actions/cache@v4
6767
with:
6868
path: ~/.cache/pip
69-
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
69+
key: ${{ runner.os }}-pip-aqtinstall-${{ env.AQTINSTALL_VERSION }}
7070

7171
- name: Get Boost metadata
7272
id: boost-metadata

0 commit comments

Comments
 (0)