There was an error while loading. Please reload this page.
1 parent 906cb18 commit 4be8c23Copy full SHA for 4be8c23
1 file changed
.github/workflows/build-python-packages.yml
@@ -86,6 +86,11 @@ jobs:
86
env:
87
ARTIFACT_NAME: python-${{ inputs.VERSION || '3.13.7' }}-${{ matrix.platform }}-${{ matrix.arch }}
88
steps:
89
+ - name: Install Git
90
+ if: startsWith(matrix.platform, 'rhel')
91
+ shell: bash
92
+ run: sudo dnf install -y git
93
+
94
- name: Check out repository code
95
uses: actions/checkout@v6
96
with:
@@ -113,6 +118,11 @@ jobs:
113
118
114
119
115
120
121
122
123
124
125
116
126
117
127
128
0 commit comments