Skip to content

Commit

Permalink
maybe fix windows blender testing
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyAJohnston committed Apr 8, 2024
1 parent 9fc7a9b commit 20952ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
run: |
Invoke-WebRequest -Uri "https://download.blender.org/release/Blender4.1/blender-4.1.0-windows-x64.zip" -OutFile "blender.zip"
Expand-Archive -Path "blender.zip" -DestinationPath "blender"
blender\blender.exe --version
blender\blender.exe -b --python tests/install.py
"blender\blender.exe" --version
"blender\blender.exe" -b --python tests/install.py
"blender\blender.exe" -b --python tests/run.py -- -v
- name: Test in Blender Linux
Expand Down

0 comments on commit 20952ac

Please sign in to comment.