Skip to content

Commit

Permalink
Update .github/unittest/linux_libs/scripts_meltingpot/install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens authored Apr 10, 2024
1 parent 87937ca commit ea44505
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/unittest/linux_libs/scripts_meltingpot/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,7 @@ 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')

echo $(ldd --version)

pip3 install git+https://github.com/google-deepmind/meltingpot@${LATEST_TAG}

0 comments on commit ea44505

Please sign in to comment.