Skip to content

Commit

Permalink
Merge pull request #384 from allenai/track_grad_norm
Browse files Browse the repository at this point in the history
fix pytest for babyai dependency
  • Loading branch information
Lucaweihs authored Jul 23, 2024
2 parents 0f8944a + 4b4957b commit d055fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
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
python -m pip install -e "git+https://github.com/Lucaweihs/babyai.git@0b450eeb3a2dc7116c67900d51391986bdbb84cd#egg=babyai"
python -m pip install compress_pickle # Needed for some mapping tests
pip list
Expand Down

0 comments on commit d055fc9

Please sign in to comment.