We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37fa4f4 commit dda6ea7Copy full SHA for dda6ea7
3 files changed
.github/workflows/CI-unixish.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Install missing software on macos
46
if: contains(matrix.os, 'macos')
47
run: |
48
- brew install coreutils
+ brew install coreutils diffutils
49
50
- name: Install missing Python packages
51
0 commit comments