ibpsa / project1-boptest-gym

Other
43 stars 20 forks source link

Install docker-compose for GitHub Actions #147

Closed javiarrobas closed 2 months ago

javiarrobas commented 2 months ago

GitHub Actions did include Docker Compose by default on its hosted runners previously. However, starting in mid-2022, GitHub began removing some pre-installed software from these runners. Docker Compose was part of this change, requiring users to now explicitly install it in their workflows if they need it. See here.

As a result, we're getting the following errors: image

This issue is to fix that.

javiarrobas commented 2 months ago

Closed by https://github.com/ibpsa/project1-boptest-gym/pull/148.