ml-tooling / contaxy

MIT License
10 stars 8 forks source link

Fix build pipeline issues #15

Closed JNKielmann closed 3 years ago

JNKielmann commented 3 years ago

This PR fixes the build pipeline failure due to an error installing the openjdk-14-jdk package. It seems like it is no longer there so I switched to the openjdk-15-jdk package with can be installed successfully.

There were also some linting/style check errors. The broken code was already on the main branch though. I added a commit to this PR which fixes these issues.

Right now the pipeline is still failing because of https://github.com/ml-tooling/contaxy/pull/11 and it will probably also fail because of https://github.com/ml-tooling/contaxy/pull/10. If the changes in the PR are ok I would suggest to first merge this PR and then the two above mentioned PRs. Afterwards the pipeline should hopefully run through completely again and we can recheck + merge the rest of the PRs.