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 Dec 19, 2024
1 parent 6a4e6d2 commit c9fe4f0
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 c9fe4f0

Please sign in to comment.