Skip to content

Commit

Permalink
Fix meltingpot install script (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottower authored Jul 21, 2023
1 parent dbcc17a commit 8f11a35
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/install_melting_pot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ else
echo "directory already exists"
fi
cd meltingpot

# Checkout the last commit with 3.9 support that passed CI (July 17 2023)
# Newer versions and pypi wheels caused issues
git checkout ed2e6e79ca49a14a22aa4b6117ac407f39fbef81

chmod +x *.sh
echo "Installing dmlab2d..."
./install-dmlab2d.sh
Expand Down

0 comments on commit 8f11a35

Please sign in to comment.