-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
broken workflow, possibly in dependencies #312
Comments
This is something we've come across in other snakemake/snakebids projects. Can you try adding: |
ah yes, this seems to fix the issue. Do you know of a way I can push this to the latest dockerhub container without changing the release tag? Also i seem to be getting a new error now, i'll investigate further and start a new issue if needed for it |
Not sure if its related or not, but here is the new error i'm getting:
there are many of these warnings, seemingly for every rule in the workflow, and then the following error:`
|
You'll need to pin the snakebids version, could use snakebids='>0.5.1,<1.0.0' in the pyproject dependencies. You can use the publish docker container github action manually, but it will be best to do a patch release 1.5.1 so the github tag is consistent with the docker hub tag. Away from my computer right now otherwise would help out! |
In the future you can also use the publish docker container workflow manually from any branch to make sure nothing is broken before releasing. |
Something seems to have broken, I can no longer run any wet or dry runs. This seems to be true whether in singularity or local build.
The only things I can think of are that a dependency broke, or perhaps this recent commit 71d940a messed something up in the git actions to bump the version
The text was updated successfully, but these errors were encountered: