Skip to content

Commit 022512a

Browse files
[CONFIG] workaround for CI regression
Changes in file .github/workflows/Tests.yml: * ensure extra CI/CD tools are available in CI/CD
1 parent 42e6490 commit 022512a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/Tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,6 +1360,13 @@ jobs:
13601360
with:
13611361
sha: ${{ needs.check_mats.outputs.build_sha }}
13621362
python-version: ${{ matrix.python-version }}
1363+
- name: Setup pip-licenses
1364+
id: install-pip-tools
1365+
run: |
1366+
printf "%s\n" "::group::install-tools"
1367+
pip install -U "pip-licenses>=5.0.0"
1368+
printf "%s\n" "::endgroup::"
1369+
shell: bash
13631370
- name: Pre-Clean
13641371
id: clean-prep
13651372
run: make -j1 -f Makefile clean ;

0 commit comments

Comments
 (0)