Dan Bolser
Dan Bolser
How do I do it 'manually'? Ah, this works (which is what @marco-mariotti probably meant when he said, "this works when installed from github, and also surprisingly from pip): `pip...
Thanks @brentp, as far as I can tell, the issue is 100% fixed. The problem is that pip finds the old, unfixed version. I'm honestly not sure what the process...
 https://github.com/brentp/fishers_exact_test/blob/master/.github/workflows/package.yml I wonder why the package doesn't fail?
Here is my update to package.yml, but not sure how to trigger it on my fork. https://github.com/brentp/fishers_exact_test/pull/52
OK, now we need to debug the build 😅 As I said, I couldn't figure out how to trigger an action on my own fork of the repo, so I...
GitHub want some money I guess? On Sat, 22 Mar 2025 at 13:06, Brent Pedersen ***@***.***> wrote: > This is the latest build: > https://github.com/brentp/fishers_exact_test/actions/runs/13974734435 I > have it working...
Weird that checks have failed for a documentation patch... Looks to be a CI/CD issue. Can you confirm that all tests pass for you on python311? I'm seeing failures on...
> Pip is still needed to install dependencies for FlareSolverr, but now the `py311-pip` package is available, so it's possible to change `pkg install chromium python39 py39-pip xorg-vfbserver` to `pkg...
I'm guessing after rebase (or merge) the checks will pass.
Looks good. Not sure how to kick off the checks again.