Conversation
|
CI should be setup now! |
This comment was marked as outdated.
This comment was marked as outdated.
4 similar comments
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
cscs-ci run |
This comment was marked as outdated.
This comment was marked as outdated.
|
@Luthaf everything seems to be working. Up to you if you want to make the |
tox.ini
Outdated
| passenv = * | ||
| deps = | ||
| torch | ||
| cupy |
There was a problem hiding this comment.
Don't pip install cupy, it needs to build from source and takes a very long time (hence the CI timeout). You can use bash scripts/install-cupy.sh, like in some other tox envs, which determines and then install the correct pre-built version
This comment was marked as outdated.
This comment was marked as outdated.
1 similar comment
|
cscs-ci run |
I think I set it up so it runs automatically for every PR targetting main, so it should show up in the list of checks by default |
|
Indeed. It might be a bit wasteful if a PR ends up with many new commits during the review process, but this CI is reasonably lightweight so it should be fine. |
This PR is a draft because it still requires some manual setup.