Skip to content

Commit

Permalink
Attempt to conditionally run brew install libsodium on macos-latest…
Browse files Browse the repository at this point in the history
… build

Signed-off-by: pfeairheller <[email protected]>
  • Loading branch information
pfeairheller committed Apr 30, 2024
1 parent fd7e98a commit d78f834
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-app-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
with:
python-version: 3.12.2
- name: Install dependencies
- if: matrix.os == 'macos-latest'
run: |
brew install libsodium
run: |
python -m pip install --upgrade pip
pip install flake8 pytest hio
Expand Down

0 comments on commit d78f834

Please sign in to comment.