We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa99b2 commit 10f015eCopy full SHA for 10f015e
.github/unittest/linux_libs/scripts_chess/environment.yml
@@ -20,3 +20,4 @@ dependencies:
20
- chess
21
- transformers
22
- cairosvg
23
+ - pycairo
.github/unittest/linux_libs/scripts_chess/setup_env.sh
@@ -9,6 +9,8 @@ set -e
9
set -v
10
11
this_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
12
+yum install cairo-devel -y
13
+
14
# Avoid error: "fatal: unsafe repository"
15
16
git config --global --add safe.directory '*'
@@ -46,4 +48,7 @@ cat "${this_dir}/environment.yml"
46
48
47
49
pip install pip --upgrade
50
51
+conda install anaconda::cmake -y
52
+conda install conda-forge::cairo -y
53
54
conda env update --file "${this_dir}/environment.yml" --prune
0 commit comments