Skip to content

Commit

Permalink
new attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Apr 10, 2024
1 parent 4eef4d5 commit bf1ff61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/unittest/linux_libs/scripts_meltingpot/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ conda install conda-forge::jq -y
# Install meltingpot from git
#pip3 install dmlab2d
LATEST_TAG=$(curl "https://api.github.com/repos/google-deepmind/meltingpot/tags" | jq -r '.[0].name')
pip3 install git+https://github.com/google-deepmind/meltingpot@${LATEST_TAG}
pip3 install dm-meltingpot

0 comments on commit bf1ff61

Please sign in to comment.