Skip to content

Commit 1f0cd08

Browse files
committed
fix
1 parent 329ddaa commit 1f0cd08

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/python-release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -97,16 +97,6 @@ jobs:
9797
working-directory: python/pecos-rslib
9898
target: ${{ matrix.architecture == 'aarch64' && (matrix.os == 'macos-latest' && 'aarch64-apple-darwin' || 'aarch64-unknown-linux-gnu') || (matrix.os == 'macos-latest' && 'x86_64-apple-darwin' || '') }}
9999
manylinux: auto
100-
before-script-linux: |
101-
# Install basic dependencies
102-
if command -v yum &> /dev/null; then
103-
yum install -y openssl-devel
104-
elif command -v apt-get &> /dev/null; then
105-
apt-get update && apt-get install -y libssl-dev pkg-config
106-
else
107-
echo "No supported package manager found"
108-
exit 1
109-
fi
110100

111101
- name: Restore README.md
112102
if: always()

0 commit comments

Comments
 (0)