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
# check for unreplaced @ symbols in sysconfig files, excluding e.g. '"$@".lto'
241
237
- for f in ${CONDA_PREFIX}/lib/python*/_sysconfig*.py; do echo "Checking $f:"; if [[ `rg @[^@]*@ $f` ]]; then echo "FAILED ON $f"; cat $f; exit 1; fi; done # [linux64 or osx]
242
238
- test ! -f ${PREFIX}/lib/libpython${PKG_VERSION%.*}.a # [unix]
0 commit comments