Skip to content

Consider splitting CI workflow into 2 separate jobs #90

@JCGoran

Description

@JCGoran

The current CI workflow does the following:

  • install various dependencies (depending on platform)
  • clone NEURON at some commit
  • setup an unprivileged user
  • build NEURON with CMake
  • run tests with ctest
  • if the URL is not empty, download the wheel from that URL
  • test the wheel from that URL

We could extract the common functionality, namely:

  • install various dependencies (depending on platform)
  • clone NEURON at some commit
  • setup an unprivileged user

into a separate template, and then run two jobs:

  • one which runs the CMake build and test
  • another which downloads the wheel from a URL and runs the test

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions