Skip to content

Commit 902d647

Browse files
committed
add cahing for pyton
1 parent 272d42c commit 902d647

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
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 .
@@ -98,6 +99,7 @@ jobs:
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 {

0 commit comments

Comments
 (0)