You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Windows CI: Add pkg-config and set PKG_CONFIG_PATH for conda
Windows conda uses a different directory structure than Linux:
- Linux: $CONDA_PREFIX/lib/pkgconfig
- Windows: $CONDA_PREFIX/Library/lib/pkgconfig
Also install pkg-config from conda to avoid conflicts with Strawberry Perl's pkg-config.BAT
0 commit comments