File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 7474 uses : actions/setup-python@v5
7575 with :
7676 python-version : ${{ matrix.python-version }}
77+ cache : ' pip'
7778 - name : Install POT
7879 run : |
7980 pip install -e .
9899 uses : actions/setup-python@v5
99100 with :
100101 python-version : " 3.13"
102+ cache : ' pip'
101103 - name : Install dependencies
102104 run : |
103105 python -m pip install --upgrade pip setuptools
@@ -126,6 +128,7 @@ jobs:
126128 uses : actions/setup-python@v5
127129 with :
128130 python-version : ${{ matrix.python-version }}
131+ cache : ' pip'
129132 - name : Install POT
130133 run : |
131134 pip install -e .
@@ -153,6 +156,7 @@ jobs:
153156 uses : actions/setup-python@v5
154157 with :
155158 python-version : ${{ matrix.python-version }}
159+ cache : ' pip'
156160 - name : RC.exe
157161 run : |
158162 function Invoke-VSDevEnvironment {
You can’t perform that action at this time.
0 commit comments