Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc4977dd

Browse files
committed
Disable embed tests on macOS
1 parentefe169e commitc4977dd

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)

[8]ページ先頭

©2009-2025 Movatter.jp