Graph-Learning-Benchmarks/gli

[BUG] Pytest fails when deleting a dataset in PR

Jn-Huang opened this issue · 2 comments

As titled.

Can you give more error messages?

@xingjian-zhang Sorry that I missed your comment! When deleting a dataset, for example, Cora. workflow will notice that Cora is changed, so it will try to run pytest on Cora. This will lead to error b/c Cora is already deleted. The test must fail in such cases.

I am working on this bug right now. But I think it will not block our current workflow.