Skip to content

Commit

Permalink
GA
Browse files Browse the repository at this point in the history
  • Loading branch information
FI-Mihej committed Mar 21, 2024
1 parent 97e790c commit 0ed8781
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:

- name: Prepare Setup Light
run: |
prepare__setup_light.sh
chmod +x ./prepare__setup_light.sh
./prepare__setup_light.sh
- name: Build wheels
uses: pypa/cibuildwheel@v2.17.0
env:
Expand Down Expand Up @@ -73,7 +74,8 @@ jobs:

- name: Prepare Setup Light
run: |
prepare__setup_shell.sh
chmod +x ./prepare__setup_shell.sh
./prepare__setup_shell.sh
- name: Build wheels
uses: pypa/cibuildwheel@v2.17.0
Expand Down

0 comments on commit 0ed8781

Please sign in to comment.