From 65c1b1a4dab256dbd58ba2169e18684db49f50a6 Mon Sep 17 00:00:00 2001 From: KuoHaoZeng Date: Mon, 15 Jul 2024 12:53:57 -0700 Subject: [PATCH] modify pytest --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 1875d968..169e4765 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -23,7 +23,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - python -m pip install pytest + python -m pip install pytest wandb python -m pip install --editable="./allenact" python -m pip install --editable="./allenact_plugins[all]" python -m pip install pip install -r allenact_plugins/babyai_plugin/extra_requirements.txt # Required as babyai is not on PyPI