We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe169e commit c4977ddCopy full SHA for c4977dd
.github/workflows/main.yml
@@ -35,6 +35,7 @@ jobs:
35
uses: actions/setup-python@v2
36
with:
37
python-version: ${{ matrix.python }}
38
+ architecture: ${{ matrix.platform }}
39
40
- name: Install dependencies
41
run: |
@@ -50,6 +51,7 @@ jobs:
50
51
52
- name: Run Embedding tests
53
run: dotnet test --runtime any-${{ matrix.platform }} src/embed_tests/
54
+ if: ${{ matrix.os != 'macos' }} # Not working right now, doesn't find libpython
55
56
# TODO: Run perf tests
57
# TODO: Run mono tests on Windows?
0 commit comments