Skip to content

Commit c9fe4f0

Browse files
committed
Fixed typo in windows workflow.
1 parent 6a4e6d2 commit c9fe4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
python -m pip install -U jedi==${{ env.JEDI_VER }} idna==${{ env.IDNA_VER }}
223223
- name: Install Open3D python requirements for stubgen
224224
working-directory: ${{ env.SOURCE_DIR }}
225-
if: ${{ matrix.WITH_STUBGEN == 'ON' }}
225+
if: ${{ env.WITH_STUBGEN == 'ON' }}
226226
run: |
227227
$ErrorActionPreference = 'Stop'
228228
python -m pip install -U -r python/requirements.txt

0 commit comments

Comments
 (0)