Skip to content

Commit becb96b

Browse files
committed
oss-history: Backport changes from v2.8-branch
This is to fix pygit2 install error during west install Signed-off-by: Sebastian Wezel <[email protected]>
1 parent f783fe7 commit becb96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/oss-history.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Install extra python dependencies
1616
run: |
17-
pip3 install west
17+
pip3 install --upgrade pip setuptools west
1818
pip3 install -r ncs/nrf/scripts/requirements-extra.txt
1919
2020
- name: Set upsteam

0 commit comments

Comments
 (0)