Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
janrope committed Jul 28, 2023
2 parents c35d3ca + f735f7b commit 87e51b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/postCreateCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@

# Install MARLlib as editable python package
cd /workspaces/MARLlib && pip install -e .
<<<<<<< HEAD

# Install specific protobuf version to fix ray 1.8 protobuf bug
# TODO - remove when upgrading dependencies
# BUG - tensorboardx probably not working as expected due to this temporary fix
pip install protobuf==3.20

# Install dependencies for test suite
=======
pip install protobuf==3.20
>>>>>>> f735f7bc0bc075fc4eff65f21f0159114ae466ba
pip install pytest pytest-cov

0 comments on commit 87e51b5

Please sign in to comment.