Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Bettini <[email protected]>
  • Loading branch information
matteobettini committed Sep 20, 2023
1 parent 6655a12 commit f7e99c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/unittest/install_smacv2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ unzip SMAC_Maps.zip
mkdir "${map_dir}/SMAC_Maps"
mv *.SC2Map "${map_dir}/SMAC_Maps"
printf "StarCraft II and SMAC are installed."

pip install numpy==1.23.0
pip install git+https://github.com/oxwhirl/smacv2.git
5 changes: 5 additions & 0 deletions .github/unittest/install_vmas.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@

python -m pip install vmas
apt-get install -y python-opengl
apt-get install -y xvbf
apt-get install -y x11-utils
export DISPLAY=':99.0'
Xvfb :99 -screen 0 1400x900x24 > /dev/null 2>&1 &

0 comments on commit f7e99c0

Please sign in to comment.