Skip to content

Commit

Permalink
Disable tests on Mac CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
spinicist committed Apr 11, 2024
1 parent 11534ad commit a2ac7ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
python -m pip install .
- name: Tests
if: ${{ runner.os == 'Linux' }}
shell: bash
run: |
cd ${{github.workspace}}/build
Expand Down

0 comments on commit a2ac7ad

Please sign in to comment.