Closed matthewfeickert closed 3 years ago
Ah. I now see that given
there are indeed some difficulties with getting
recast run testing/busyboxtest --backend local
to work. :slightly_smiling_face:
Okay I have pytest
passing now, but I'm going to open up PR #44 that will split out all the CIs into separate workflows and then have this one refocus on just cleaning up the Python tests and then we can clean up the linting and everything else in separate PRs.
@lukasheinrich This is ready for review. It only fixes the Python CI and the Linting and Docker CI will get fixed in follow up PRs.
Requires PR #44 to go in first.
The CI is failing as the default database cache that the base images have are out of sync with the package lists for Ubuntu and also because of conflicts with
yadage[viz]
. Runningapt-get update
first will retrieve the latest package lists and ensure thatapt-get install
will proceed. Also manually install the components ofyadage[viz]
. Additionally update the build status badge to reflect the state of GitHub Actions onmaster
.