nangtani / blender-addon-tester

The blender addon tester is a test harness to enable pytest hook to allow addons to be tested inside a defined version of blender.
MIT License
64 stars 13 forks source link

Fix blender 2.79x on linux on github actions #14

Closed myselfhimself closed 4 years ago

myselfhimself commented 4 years ago

Related to https://github.com/douglaskastle/blender-addon-tester/issues/2#issuecomment-604167199

douglaskastle commented 4 years ago

Ah yes, the apt get solution was in the Travis flow. It would need to be explicit here too.

Though I thought I had this writing already for 2.79...

myselfhimself commented 4 years ago

Fixed in Github Actions now with a linux x 2.79* only conditional, preventing side-effects for other versions or OSes : https://github.com/douglaskastle/blender-addon-tester/runs/536903099?check_suite_focus=true OK to close this issue?

myselfhimself commented 4 years ago

The related commits are on the macosx-support branch which will be mergeable into master pretty soon.

douglaskastle commented 4 years ago

I did have it, probably got trimmed away if you didnt know why it was there

https://github.com/douglaskastle/blender-fake-addon/blob/master/.github/workflows/pythonpackage.yml

douglaskastle commented 4 years ago

Fixed in Github Actions now with a linux x 2.79* only conditional, preventing side-effects for other versions or OSes : https://github.com/douglaskastle/blender-addon-tester/runs/536903099?check_suite_focus=true OK to close this issue?

Sure, if you're happy

myselfhimself commented 4 years ago

I did have it, probably got trimmed away if you didnt know why it was there

https://github.com/douglaskastle/blender-fake-addon/blob/master/.github/workflows/pythonpackage.yml

Seen. Thanks. Closing