From 65e0eaae803d3dee313927eb27388f93d1598ef3 Mon Sep 17 00:00:00 2001 From: deniskovalchuk Date: Mon, 8 Apr 2024 01:51:08 +0300 Subject: [PATCH] github: try to fix test running on macOS --- .github/workflows/macos.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e733929..85ad547 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -16,7 +16,9 @@ jobs: - uses: actions/checkout@v3 - name: Get externals - run: brew install boost + run: | + brew install boost + pip3 install pyOpenSSL - name: Build run: |