File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -63,24 +63,14 @@ jobs:
63
63
with :
64
64
python-version : ${{ matrix.python-version }}
65
65
architecture : x64
66
+ cache : ' pip'
66
67
67
68
- name : Check python version
68
69
run : python -c "import sys; import platform; print('Python %s implementation %s on %s' % (sys.version, platform.python_implementation(), sys.platform))"
69
70
70
71
- name : Upgrade pip
71
72
run : python -m pip install --upgrade pip
72
73
73
- - name : Get pip cache dir
74
- id : pip-cache
75
- run : |
76
- echo "::set-output name=dir::$(pip cache dir)"
77
-
78
- - name : pip cache
79
- uses : actions/cache@v3
80
- with :
81
- path : ${{ steps.pip-cache.outputs.dir }}
82
- key : ${{ runner.os }}-${{ matrix.python-version }}-pythonpip
83
-
84
74
- name : Install mip for testing (PyPy)
85
75
if : ${{ matrix.python-version == 'pypy3.9-v7.3.9' }}
86
76
run : python -m pip install .[test,numpy]
You can’t perform that action at this time.
0 commit comments