We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
macos-*
1 parent cd2dd49 commit 9db6a20Copy full SHA for 9db6a20
1 file changed
.github/workflows/CI-unixish.yml
@@ -41,10 +41,11 @@ jobs:
41
sudo apt-get update
42
sudo apt-get install libc++-18-dev
43
44
+ # coreutils contains "nproc"
45
- name: Install missing software on macos
46
if: contains(matrix.os, 'macos')
47
run: |
- brew install python3
48
+ brew install coreutils
49
50
- name: Install missing Python packages
51
0 commit comments