We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nproc
macos-*
1 parent cc98bc2 commit 2e82ad4Copy full SHA for 2e82ad4
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