Skip to content

Commit 563e933

Browse files
committed
[CI/CD] upgrade pip before installing the requirements
1 parent d3cad05 commit 563e933

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525

2626
- name: Test
2727
working-directory: ${{github.workspace}}/build
28+
# upgrade pip as a workaround for https://github.com/actions/runner-images/issues/11611
2829
run: |
30+
pip install --upgrade pip
2931
pip install -r ${{github.workspace}}/test/requirements.txt
3032
cmake --build . -t check
3133

0 commit comments

Comments
 (0)