-
Notifications
You must be signed in to change notification settings - Fork 192
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
Actions: set-env depreciated #739
Comments
This is going away November 16, so is now urgent: https://github.blog/changelog/2020-11-09-github-actions-removing-set-env-and-add-path-commands-on-november-16/ |
https://github.com/nf-core/rnaseq/actions/runs/360361285 |
Maybe that's something we can test really nicely in the In the case of the |
And the |
Using Using a newer version of |
Looks like the linting is failing: nf-core/testpipeline#12 (comment)
If the linting fails then other CI checks may also be stopped early.. Not entirely sure what the failure is due to. Could be a remnant from me mucking around with stuff earlier? Might be worth rolling back my commits so that you're working with an otherwise fresh repo again. |
The CI failure is due to the docker container, which it tries to build. I could replicate it on my machine:
It's probably something with the order of installation in bioconda again :/ |
Okay so the error comes when installing multiqc in the docker container ... which is odd because that should be working fine ... |
The issue was the base image ... when using the nfcore/dev base image, it fails. Will test again and if CI works I can make a PR to solve the 'set-env' issue here. |
Just had my first CI error due to this being disabled: https://github.com/nf-core/smrnaseq/pull/57/checks?check_run_id=1408805300 😱 Will try updating that pipeline to have your changes and hope it fixes it! |
Solved, just needs a release. |
GitHub Actions is depreciating the
set-env
method previously used to pass environment variables between workflow steps.I think that we use this method in quite a few places, so we may need to make some updates.
See https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
The text was updated successfully, but these errors were encountered: