Skip to content

Commit

Permalink
test brew
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Jul 22, 2024
1 parent e2db380 commit 977c0fc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test_cli_misc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 977c0fc

Please sign in to comment.