From 977c0fce2273571349913ae31557512f8ba52113 Mon Sep 17 00:00:00 2001 From: IlyasMoutawwakil Date: Mon, 22 Jul 2024 14:56:38 +0200 Subject: [PATCH] test brew --- .github/workflows/test_cli_misc.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_cli_misc.yaml b/.github/workflows/test_cli_misc.yaml index 40e50ea3..d04dfe4b 100644 --- a/.github/workflows/test_cli_misc.yaml +++ b/.github/workflows/test_cli_misc.yaml @@ -42,11 +42,17 @@ jobs: with: python-version: ${{ matrix.python }} - - name: Install packages + - name: Install Linux dependencies + if: startsWith(matrix.os, 'ubuntu') run: | sudo apt-get update sudo apt-get install -y numactl + - name: Install MacOS dependencies + if: startsWith(matrix.os, 'macos') + run: | + brew install numactl + - name: Install requirements run: | pip install --upgrade pip