We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329ddaa commit 1f0cd08Copy full SHA for 1f0cd08
.github/workflows/python-release.yml
@@ -97,16 +97,6 @@ jobs:
97
working-directory: python/pecos-rslib
98
target: ${{ matrix.architecture == 'aarch64' && (matrix.os == 'macos-latest' && 'aarch64-apple-darwin' || 'aarch64-unknown-linux-gnu') || (matrix.os == 'macos-latest' && 'x86_64-apple-darwin' || '') }}
99
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
110
111
- name: Restore README.md
112
if: always()
0 commit comments