There was an error while loading. Please reload this page.
1 parent f17ec42 commit 55c351cCopy full SHA for 55c351c
1 file changed
.github/workflows/cicd_tests.yml
@@ -87,15 +87,16 @@ jobs:
87
88
timeout-minutes: 40
89
steps:
90
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
91
- name: Set up Python ${{ matrix.python-version }}
92
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
93
with:
94
python-version: ${{ matrix.python-version }}
95
- name: Prepare pip wheel
96
run: |
97
which python
98
python -m pip install --upgrade pip wheel
99
+ python -m pip install --user more-itertools>=8.0
100
- name: cache weekly timestamp
101
id: pip-cache
102
@@ -158,6 +159,7 @@ jobs:
158
159
160
161
162
163
164
165
0 commit comments