-
Notifications
You must be signed in to change notification settings - Fork 45
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
Cannot use concurrent
for multiple statement in non-task mode
#880
Comments
BoPeng
pushed a commit
that referenced
this issue
Feb 5, 2018
It is a bug cause by multiple actions in a step. It should have been fixed. |
Great, the MWE was fixed. But I run into this problem:
The problem was obvious from the code but I am not sure enough of intended logic to fix it. |
Try again. |
I think it works! Will reopen if I later find it otherwise. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is a MWE:
Running this script I get a warning:
and the jobs are not done in parallel. However it seems to me that there should not be any ambiguous logic here that prevents the parallelism. So am I missing something here? What can I do to still achieve
concurrent
without usingtask
?The text was updated successfully, but these errors were encountered: