Skip to content

Commit

Permalink
CI: macos: run xcode-select
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed Sep 2, 2024
1 parent 8fc0a2e commit 98a9585
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
xcode-select --install
python -m pip install --upgrade pip wheel
python -m pip install --upgrade setuptools
python -m pip install ninja meson-python toml pytest
Expand Down

0 comments on commit 98a9585

Please sign in to comment.