Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Apr 5, 2024
1 parent 35f9314 commit 8f90b62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/unittest/install_dependencies_nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ python -m pip install torch

cd ../BenchMARL
pip install -e .
pip uninstall --yes torchrl tensordict
pip uninstall --yes torchrl
pip uninstall --yes tensordict

cd ..
python -m pip install git+https://github.com/pytorch-labs/tensordict.git
Expand Down

0 comments on commit 8f90b62

Please sign in to comment.