Skip to content

Commit 55c351c

Browse files
committed
Update with merge
Signed-off-by: Eric Kerfoot <[email protected]>
1 parent f17ec42 commit 55c351c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/cicd_tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)