Skip to content

Commit 478b900

Browse files
gpongelliLee-W
authored andcommitted
install pinentry on macos
1 parent b04533f commit 478b900

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
python -m pip install -U pip poetry
2323
poetry --version
2424
poetry install
25+
- name: Install pinentry on macos
26+
if: runner.os == 'Darwin'
27+
run: |
28+
brew install pinentry
2529
- name: Run tests and linters
2630
run: |
2731
git config --global user.email "action@github.com"

0 commit comments

Comments
 (0)