Replies: 1 comment 2 replies
-
@ion-oset the results of this discussion will affect when you and I can merge our code back onto the TTV repo. I think your use of a gist for now means I can continue to work on my fork, until I resolve this issue, but let me know if you see any problems with this approach over the next week or so. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since I incorporated the ballot generation code from an earlier version of BallotLab into the main program on my development branch (
dev-make-flat
) on my fork of the BallotLab repo, all the GitHub Actions (automated tests) are failing again -- even though all of the same pytests pass on my local development workstation.This has to do with accessing some of the PNG files that I need to create the Instructions section on the ballot. For details see my bug report issue, GitHub Actions fail when attempting to locate external files · Issue #78 · TrustTheVote-Project/BallotLab
I'm going to at least make an attempt to fix this issue before I think about merging my branch from my fork back onto the TrustTheVote repo. Unfortunately, this means I can't close any issues at all, since the rule is that you can't close an issue until you merge your code onto
main
.But unless this error is a huge problem that's difficult to resolve, I'd like the GitHub Actions to run green across the board before I attempt to merge into the TrustTheVote repo.
Beta Was this translation helpful? Give feedback.
All reactions