Skip to content

Commit

Permalink
Update minimum.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheni authored Jul 30, 2024
1 parent 66558b4 commit 3afa36a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/minimum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
if: ${{ matrix.os == 'macos-latest' && matrix.python-version == '3.8' }}
run: |
python -V
brew uninstall --ignore-dependencies openssl
brew install openssl@3
brew uninstall --ignore-dependencies openssl@1.1
brew install openssl@1.1
brew link --force openssl@1.1
export CPPFLAGS="-I$(brew --prefix)/include"
export LDFLAGS="-L$(brew --prefix)/lib"
brew link --force openssl@3
- name: Test with minimum versions
run: invoke minimum

0 comments on commit 3afa36a

Please sign in to comment.