Skip to content

Commit 4af965e

Browse files
authored
Update ci.yml
1 parent bd2e6b3 commit 4af965e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ jobs:
118118
rm -rf `pwd`/distributable
119119
export PATH="${INSTALL_DIR}/bin:$PATH"
120120
otool -L ${INSTALL_DIR}/bin/python3
121-
otool -L ${INSTALL_DIR}/Cellar/[email protected]/3.12.5/Frameworks/Python.framework/Versions/3.12/Python
122-
otool -L ${INSTALL_DIR}/Cellar/[email protected]/3.12.5/Frameworks/Python.framework/Versions/3.12/Resources/Python.app/Contents/MacOS/Python
123121
otool -L ${INSTALL_DIR}/bin/ruby
124122
${INSTALL_DIR}/bin/python3 -c 'import sys; print(sys.argv)'
125123
${INSTALL_DIR}/bin/ruby -e "require 'date'; puts Date.today"
@@ -161,8 +159,6 @@ jobs:
161159
# export RUBYLIB="${INSTALL_DIR}/lib/ruby/3.3.0:${INSTALL_DIR}/lib/ruby/3.3.0/${RUBY_PLATFORM_PAIR}"
162160
# export GEM_PATH="${INSTALL_DIR}/lib/ruby/gems/3.3.0"
163161
# otool -L ${INSTALL_DIR}/bin/python3
164-
# otool -L ${INSTALL_DIR}/Cellar/[email protected]/3.12.5/Frameworks/Python.framework/Versions/3.12/Python
165-
# otool -L ${INSTALL_DIR}/Cellar/[email protected]/3.12.5/Frameworks/Python.framework/Versions/3.12/Resources/Python.app/Contents/MacOS/Python
166162
# otool -L ${INSTALL_DIR}/bin/ruby
167163
# ${INSTALL_DIR}/bin/python3 -c 'import sys; print(sys.argv)'
168164
# ${INSTALL_DIR}/bin/ruby -e "require 'date'; puts Date.today"

0 commit comments

Comments
 (0)