We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a4e6d2 commit c9fe4f0Copy full SHA for c9fe4f0
.github/workflows/windows.yml
@@ -222,7 +222,7 @@ jobs:
222
python -m pip install -U jedi==${{ env.JEDI_VER }} idna==${{ env.IDNA_VER }}
223
- name: Install Open3D python requirements for stubgen
224
working-directory: ${{ env.SOURCE_DIR }}
225
- if: ${{ matrix.WITH_STUBGEN == 'ON' }}
+ if: ${{ env.WITH_STUBGEN == 'ON' }}
226
run: |
227
$ErrorActionPreference = 'Stop'
228
python -m pip install -U -r python/requirements.txt
0 commit comments