We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b3a1c commit 59bb83dCopy full SHA for 59bb83d
1 file changed
.github/workflows/CI-unixish.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Install missing software on macos
41
if: contains(matrix.os, 'macos')
42
run: |
43
- brew install python3 coreutils
+ brew install coreutils
44
45
- name: Install missing Python packages
46
0 commit comments