File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -87,15 +87,16 @@ jobs:
8787
8888 timeout-minutes : 40
8989 steps :
90- - uses : actions/checkout@v4
90+ - uses : actions/checkout@v5
9191 - name : Set up Python ${{ matrix.python-version }}
92- uses : actions/setup-python@v5
92+ uses : actions/setup-python@v6
9393 with :
9494 python-version : ${{ matrix.python-version }}
9595 - name : Prepare pip wheel
9696 run : |
9797 which python
9898 python -m pip install --upgrade pip wheel
99+ python -m pip install --user more-itertools>=8.0
99100 - name : cache weekly timestamp
100101 id : pip-cache
101102 run : |
@@ -158,6 +159,7 @@ jobs:
158159 run : |
159160 which python
160161 python -m pip install --upgrade pip wheel
162+ python -m pip install --user more-itertools>=8.0
161163 - name : cache weekly timestamp
162164 id : pip-cache
163165 run : |
You can’t perform that action at this time.
0 commit comments