Skip to content
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

Devops: fix the nightly build #784

Merged
merged 1 commit into from
Apr 29, 2022
Merged

Devops: fix the nightly build #784

merged 1 commit into from
Apr 29, 2022

Commits on Apr 29, 2022

  1. Devops: fix the nightly build

    The nightly build against the `develop` branch of `aiida-core` was
    failing at the installation of the Python dependencies when running
    against Python 3.7. The reason is that the current `develop` branch has
    dropped support for Python 3.7 and the `pip` is then failing to install
    a version of `pymatgen` that matches the dependency requirements. The
    solution is simply to not run against Python 3.7 anymore.
    
    In addition, as of `aiida-core==2.0` the `develop` branch has been
    renamed to `main` so the workflow is updated to install that branch. As
    a result, the workflow file is also renamed from `develop` to `nightly`
    as the term `develop` is no longer really applicable.
    
    Furthermore, the workflow is updated to match the exact same setup
    procedure as the `ci.yml` workflow which has also recently been updated.
    sphuber committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    ed62f7e View commit details
    Browse the repository at this point in the history