Skip to content

Commit

Permalink
test macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
odjuricicTT committed Oct 23, 2024
1 parent 177ef4e commit 1462516
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history and tags


- uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Install build dependencies
uses: ./.github/actions/install-deps
with:
Expand Down

0 comments on commit 1462516

Please sign in to comment.