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 fdf0392 commit 66558b4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/minimum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ jobs:
python -m pip install --upgrade pip
python -m pip install invoke .[test]
- name: Install openssl
if: ${{ matrix.os == 'macos-latest' && matrix.python_version == '3.8' }}
if: ${{ matrix.os == 'macos-latest' && matrix.python-version == '3.8' }}
run: |
python -V
brew uninstall --ignore-dependencies openssl@1.1
brew install openssl@1.1
brew uninstall --ignore-dependencies openssl
brew install openssl@3
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 66558b4

Please sign in to comment.