jurplel / install-qt-action

Install Qt on your Github Actions workflows with just one simple action
MIT License
455 stars 78 forks source link

Install py7zr compatible with requested aqtinstall, no matter what #178

Closed ddalcino closed 1 year ago

ddalcino commented 1 year ago

This change allows aqtinstall to override the default or requested version of py7zr, in the event that the default or requested version is not compatible with the requested version of aqtinstall.

IMHO the user should not ever need to know anything about the py7zr dependency, and this action should just install aqtinstall properly, no matter what. This change should guarantee that.

Fix #176

ddalcino commented 1 year ago

~This job (https://github.com/jurplel/install-qt-action/actions/runs/4453952457/jobs/7822810731) failed, but the logs are unclear as to what the problem was. All the install/build steps look like a successful run to me.~

Edit: disregard; since reducing the number of CI jobs, the problem went away.