Actions: do not ls LIBPYTHON_FOLDER with hardcoded path

This commit is contained in:
Alberto Sottile 2021-02-25 19:06:25 +01:00
parent b248f6c2f7
commit aeada06d33
1 changed files with 2 additions and 3 deletions

View File

@ -38,7 +38,6 @@ jobs:
echo $DYLD_LIBRARY_PATH
echo $DYLD_FRAMEWORK_PATH
python3 -c 'from distutils.sysconfig import get_config_var; print(get_config_var("LDLIBRARY"))'
ls -al /Users/runner/hostedtoolcache/Python/3.7.9/x64/lib/*.dylib
- name: Build
run: |
@ -106,8 +105,8 @@ jobs:
run: ci/deb-script.sh
- name: Build server
run: ci/deb-server-script.sh
run: ci/deb-server-script.sh
- name: Test
run: ci/deb-installation-test.sh