Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SirVheod committed Apr 17, 2020
1 parent 9814ea6 commit 865db03
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ jobs:
- uses: actions/checkout@v2
- name: Test with pytest
run: |
brew update
brew update && brew upgrade
ls -l /usr/local/opt/openssl
sudo mkdir -p /usr/local/bin
sudo ln -s /usr/local/Cellar/openssl/1.0.2t/bin/openssl /usr/local/bin/openssl
brew info openssl
openssl version -a
which openssl
Expand Down

0 comments on commit 865db03

Please sign in to comment.