Skip to content

Commit c4977dd

Browse files
committed
Disable embed tests on macOS
1 parent efe169e commit c4977dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: actions/setup-python@v2
3636
with:
3737
python-version: ${{ matrix.python }}
38+
architecture: ${{ matrix.platform }}
3839

3940
- name: Install dependencies
4041
run: |
@@ -50,6 +51,7 @@ jobs:
5051

5152
- name: Run Embedding tests
5253
run: dotnet test --runtime any-${{ matrix.platform }} src/embed_tests/
54+
if: ${{ matrix.os != 'macos' }} # Not working right now, doesn't find libpython
5355

5456
# TODO: Run perf tests
5557
# TODO: Run mono tests on Windows?

0 commit comments

Comments
 (0)