-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request