ExpressAI / eaas_client

https://expressai.github.io/autoeval/
Apache License 2.0
0 stars 1 forks source link

[WIP] Added continuous integration #25

Closed neubig closed 2 years ago

neubig commented 2 years ago

This PR starts to add continuous integration

neubig commented 2 years ago

@pfliu-nlp (and maybe @yyy-Apple?) I started adding this PR because the continuous integration for ExplainaBoard was failing due to an upstream error where jsonlines was not included in the requirements.txt for EAAS. I've fixed that error, but now the tests are complaining that I'm missing config.json and I'm not familiar enough with EAAS to fix that. If you can make it so EAAS works when you run python -m unittest then this PR should work, and also fix the downstream error caused in ExplainaBoard I think.