File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 uses : actions/setup-python@v6
3636 with :
3737 python-version : ${{ matrix.python-version }}
38-
39- - name : Get pip cache info
40- id : pip-cache
41- run : |
42- echo dir=$(python -m pip cache dir) >> $GITHUB_OUTPUT
43- echo py=$(python -c'import sys; print("%d.%d" % sys.version_info[:2])') >> $GITHUB_OUTPUT
44- echo dir=$(python -m pip cache dir)
45- echo py=$(python -c'import sys; print("%d.%d" % sys.version_info[:2])')
46-
47- - name : Cache pip
48- uses : actions/cache@v5
49- with :
50- path : ${{ steps.pip-cache.outputs.dir }}
51- key : ${{ runner.os }}-pip-py${{ steps.pip-cache.outputs.py }}-${{ hashFiles('setup.cfg') }}
52- restore-keys : ${{ runner.os }}-pip-py${{ steps.pip-cache.outputs.py }}-
38+ cache : pip
39+ cache-dependency-path : setup.cfg
5340
5441 - name : Install dependencies
5542 run : python -m pip install -e .
You can’t perform that action at this time.
0 commit comments