File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1818 - {python-version: "pypy-2.7", toxenv: "pypy"}
1919 - {python-version: "pypy-3.8", toxenv: "pypy3"}
2020 - {python-version: "2.7", toxenv: "py27"}
21- - {python-version: "3.7", toxenv: "py37"}
21+ - {python-version: "3.7.17 ", toxenv: "py37"}
2222 - {python-version: "3.8", toxenv: "py38"}
2323 - {python-version: "3.9", toxenv: "py39"}
2424 - {python-version: "3.10", toxenv: "py310"}
@@ -37,13 +37,14 @@ jobs:
3737
3838 - name : Get pip cache dir
3939 id : pip-cache
40+ shell : bash
4041 run : |
41- echo "::set-output name=dir:: $(pip cache dir)"
42+ echo "PIP_DIR= $(pip cache dir)" >> $GITHUB_OUTPUT
4243
4344 - name : Cache
4445 uses : actions/cache@v4
4546 with :
46- path : ${{ steps.pip-cache.outputs.dir }}
47+ path : ${{ steps.pip-cache.outputs.PIP_DIR }}
4748 key :
4849 ${{ matrix.os }}-${{ matrix.python-version }}-v1-${{ hashFiles('**/tox.ini') }}
4950 restore-keys : |
Original file line number Diff line number Diff line change @@ -412,3 +412,4 @@ See the CHANGELOG for more thanks!
412412 to include Python 3.3 and 3.4
413413* Andy Neff for fixing RESET of LIGHT_EX colors.
414414* Jonathan Hartley for the initial idea and implementation.
415+
You can’t perform that action at this time.
0 commit comments