Skip to content

[Features] Add a sanity check in CI/CD. #114

@LukeLIN-web

Description

@LukeLIN-web

Do such process in github action, so it could has sanity check.

git clone https://github.com/hokindeng/VMEvalKit.git
cd VMEvalKit

git submodule update --init --recursive

cp env.template .env

python -m venv venv
source venv/bin/activate

pip install -r requirements.txt
pip install -e .

python examples/create_questions.py --task chess maze --pairs-per-domain 5 # for all questions.


  • create a.yml in .github/workflows/

refer https://github.com/pyg-team/pytorch_geometric/blob/master/.github/workflows/testing_full.yml

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions