Skip to content

Commit

Permalink
Install cmake and ninja
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Sep 13, 2024
1 parent 5118ded commit 59953ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/osx-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
pip install -r conans/requirements_server.txt
pip install -r conans/requirements_dev.txt
- uses: lukka/get-cmake@latest
with:
cmakeVersion: "~3.23.0"
ninjaVersion: "1.10.2"

- name: Run tests
run: |
python -m pytest .

0 comments on commit 59953ae

Please sign in to comment.