Skip to content

Commit

Permalink
Fixed typo in windows workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
timohl committed Aug 16, 2024
1 parent 9c10cc3 commit 9f640de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
python -m pip install -U jedi==${{ env.JEDI_VER }} idna==${{ env.IDNA_VER }}
- name: Install Open3D python requirements for stubgen
working-directory: ${{ env.SOURCE_DIR }}
if: ${{ matrix.WITH_STUBGEN == 'ON' }}
if: ${{ env.WITH_STUBGEN == 'ON' }}
run: |
$ErrorActionPreference = 'Stop'
python -m pip install -U -r python/requirements.txt
Expand Down

0 comments on commit 9f640de

Please sign in to comment.