CI: fix test workflow#60
Open
mrakitin wants to merge 2 commits into
Open
Conversation
Member
Author
|
@maffettone, @ronpandolfi, the tests are unblocked now. Could you have a look at the tsuchinoko-related failures? I don't think I know enough to be able to debug. |
Contributor
|
@mrakitin Looks like its a result of changes in gpcam and fvgp. I've fixed it in tsuchinoko for now. Is there a good way to put dict data in an event doc field? One of the state variables for the gp is a kwargs that gets passed to the acquisition function. I've fixed it temporarily by making it a string. I'd rather not merge it in, since its open-form kwargs and could have conflicts. |
Member
Author
|
Power-cycled to trigger the CI. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR cleans up the disk space to allow for the installation of all libraries and pulling the docker images used for testing.
Got some ideas from https://carlosbecker.com/posts/github-actions-disk-space/.