Skip to content

Commit

Permalink
Del brew install openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-stakewise committed Jan 31, 2025
1 parent 066ff1d commit b125cde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ jobs:
run: |
brew install libpq
brew link --force libpq
brew install openssl
brew link --force openssl
if: matrix.os == 'macos-14'

- uses: actions/setup-python@v4
Expand All @@ -128,6 +126,7 @@ jobs:
- name: Install dependencies
run: poetry install --with build --without dev --no-interaction --no-root
env:
# For building psycopg on MacOS
LDFLAGS: "-L/opt/homebrew/opt/openssl@3/lib"
CPPFLAGS: "-I/opt/homebrew/opt/openssl@3/include"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "v3-operator"
version = "v3.0.2.rc8"
version = "v3.0.2.rc9"
description = "StakeWise operator service for registering vault validators"
authors = ["StakeWise Labs <[email protected]>"]
package-mode = false
Expand Down

0 comments on commit b125cde

Please sign in to comment.