Skip to content

Commit

Permalink
[CI] Fix Cairo-2 Chess import error
Browse files Browse the repository at this point in the history
ghstack-source-id: 38e22a3fa8dcf9c081b4cb62e15197826456caf3
Pull Request resolved: #2743
  • Loading branch information
vmoens committed Feb 3, 2025
1 parent bb9440b commit ad71cef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/unittest/linux_libs/scripts_chess/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ dependencies:
- chess
- transformers
- cairosvg
- pycairo
2 changes: 2 additions & 0 deletions .github/unittest/linux_libs/scripts_chess/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ cat "${this_dir}/environment.yml"

pip install pip --upgrade

conda install anaconda::cmake -y

conda env update --file "${this_dir}/environment.yml" --prune

0 comments on commit ad71cef

Please sign in to comment.