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: 410fa391e8d6ae63f32d197d46a72df014c53472
Pull Request resolved: #2743
  • Loading branch information
vmoens committed Feb 3, 2025
1 parent ffa99b2 commit eaf52d0
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 eaf52d0

Please sign in to comment.