Skip to content

Commit

Permalink
Updating pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucaweihs committed Jun 2, 2022
1 parent 7f3da10 commit 1d3c64a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
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 compress_pickle # Needed for some mapping tests
python -m pip install -U protobuf==3.20.1 # Required until tensorboardX is fixed: https://github.com/lanpa/tensorboardX/issues/663
pip list
- name: Test with pytest
Expand Down

0 comments on commit 1d3c64a

Please sign in to comment.