--list-dependencies doesn't seem to work on parallel #3317
-
| I was hoping to use  Do I used it incorrectly? | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            gaborbernat
          
      
      
        Aug 7, 2024 
      
    
    Replies: 1 comment
-
| I think this actually works. If you check the log files within the environment, you will see that it does print this information. The only problem here is that this parallel mode actually disables standard output. So you don't see it on the standard output. What I would recommend to do is to add a PR that bypasses the standard output in parallel mode when this flag is set. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        gaborbernat
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
I think this actually works. If you check the log files within the environment, you will see that it does print this information. The only problem here is that this parallel mode actually disables standard output. So you don't see it on the standard output. What I would recommend to do is to add a PR that bypasses the standard output in parallel mode when this flag is set.