Skip to content

Commit 559c4b7

Browse files
gpongelliLee-W
authored andcommitted
fix alignment
1 parent 478b900 commit 559c4b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
poetry install
2525
- name: Install pinentry on macos
2626
if: runner.os == 'Darwin'
27-
run: |
28-
brew install pinentry
27+
run: |
28+
brew install pinentry
2929
- name: Run tests and linters
3030
run: |
3131
git config --global user.email "action@github.com"

0 commit comments

Comments
 (0)