Skip to content

Commit cfa78be

Browse files
gpongelliLee-W
authored andcommitted
Darwin not working, trying macOs
1 parent 559c4b7 commit cfa78be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
poetry --version
2424
poetry install
2525
- name: Install pinentry on macos
26-
if: runner.os == 'Darwin'
26+
if: runner.os == 'macOs'
2727
run: |
2828
brew install pinentry
2929
- name: Run tests and linters

0 commit comments

Comments
 (0)