You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Travis CI has been set up as part of #105, and is working. However even for the quicktest it takes on the order of 30 mins to run, due to the lack of GPUs.
A viable option for using GPUs is GitLab CI/CD for GitHub. Setting it up boils down to the following steps:
Here is first test case where this was set up: #105 (comment)
We should also decide what to do with the #105 changes. @wyli Do you see any value in keeping Travis?
In any case, we should probably continue using tox, as it allows for easy multi-Python-version testing. But maybe we should address this in another issue, to keep things simple.
Travis CI has been set up as part of #105, and is working. However even for the
quicktestit takes on the order of 30 mins to run, due to the lack of GPUs.A viable option for using GPUs is GitLab CI/CD for GitHub. Setting it up boils down to the following steps:
Here is first test case where this was set up: #105 (comment)
We should also decide what to do with the #105 changes. @wyli Do you see any value in keeping Travis?
In any case, we should probably continue using tox, as it allows for easy multi-Python-version testing. But maybe we should address this in another issue, to keep things simple.