-
Notifications
You must be signed in to change notification settings - Fork 2
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
build broken #1
Comments
I have added a conda package to hydra, and checked that it installs fine with its https://git.m-labs.hk/M-Labs/nix-scripts/commit/961dcac63d587fdb8a389ccef5585acb53c0fa79 Do you insist on the gitlab pipeline stuff? CONDA_PACKAGES = [
"artiq",
"artiq-comtools",
"toptica-lasersdk-artiq",
]
...
if ADD_CHANNELS:
run("conda config --prepend channels quartiq")
run("conda config --prepend channels m-labs")
run("conda config --prepend channels https://conda.m-labs.hk/artiq")
run("conda config --append channels conda-forge")
... |
I need a CI that runs at leas the current set of tests. And the conda packages need to work. Gitlab pipeline or nix, I don't care. It just needs to work. |
Is there any problem with the conda package from hydra on conda.m-labs.hk? |
I haven't tested the conda packages from hydra. That's fine then. Importing the code already covers some very basic things like quartiq/highfinesse-net#1. |
It actually does not cover it; Python only reports that error when it actually tries to create the Server. |
Yes |
https://gitlab.com/quartiq/lasersdk-artiq/commit/f96d0e81aa47beb468fa4d73d92dad0872d8a960/pipelines?ref=master
The text was updated successfully, but these errors were encountered: