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