We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nproc
macos-*
1 parent 9e57e52 commit a21478bCopy full SHA for a21478b
1 file changed
.github/workflows/CI-unixish.yml
@@ -31,10 +31,11 @@ jobs:
31
sudo apt-get update
32
sudo apt-get install libc++-18-dev
33
34
+ # coreutils contains "nproc"
35
- name: Install missing software on macos
36
if: contains(matrix.os, 'macos')
37
run: |
- brew install python3
38
+ brew install python3 coreutils
39
40
- name: Install missing Python packages
41
0 commit comments