Github user agoodm commented on the issue:

    https://github.com/apache/climate/pull/402
  
    @huikyole Thanks for clarifying. Just to reiterate what I mentioned to you 
earlier so others can see, we can make two approaches to prevent problems like 
this one from happening in the future:
    
    - Set the VM to install ocw through conda and the RCMES CLI tools separately
    - Instead of pulling the latest code from master, set the auto-update 
script to pull the latest tagged release. This can be done via:
    
    ```
    git fetch --tags
    git checkout $(git describe --tags `git rev-list --tags --max-count=1`)
    ```
    
    I think either approach will work.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to