Skip to content

Commit

Permalink
[ci] Add dependency to meshroomNodes in Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cbentejac committed Sep 25, 2024
1 parent 8f72712 commit a53b038
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ environment:
install:
- "set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "pip install -r requirements.txt -r dev_requirements.txt --timeout 45"
- "cd .. && git clone https://github.com/alicevision/meshroomNodes && cd Meshroom"
- "set MESHROOM_NODES_PATH=%MESHROOM_NODES_PATH%;%cd%\..\meshroomNodes\meshroom\nodes"

build: off

Expand Down

0 comments on commit a53b038

Please sign in to comment.