Skip to content

Commit de982a9

Browse files
Fix CI: per-version venv cache, update numpy/lxml for 3.13+3.14
1 parent 1f30453 commit de982a9

3 files changed

Lines changed: 287 additions & 177 deletions

File tree

.github/workflows/check-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/cache@v4
5858
with:
5959
path: .venv
60-
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
60+
key: venv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
6161

6262
#----------------------------------------------
6363
# install dependencies if cache does not exist

0 commit comments

Comments
 (0)