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