File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 4242
4343 env :
4444 PYTHONNET_SHUTDOWN_MODE : ${{ matrix.SHUTDOWN_MODE }}
45- PYTHONNET_PYDLL : ${{ matrix.DLL_PREFIX }}python${{matrix.DLL_PYVER_MAJOR}}${{matrix.PYVER_MINOR}}${{matrix.DLL_SUFFIX}}${{matrix.DLL_EXT}}
4645
4746 steps :
4847 - name : Set Environment on macOS
@@ -78,10 +77,14 @@ jobs:
7877 - name : Embedding tests
7978 run : dotnet test --runtime any-${{ matrix.platform }} src/embed_tests/
8079 if : ${{ matrix.os != 'macos' }} # Not working right now, doesn't find libpython
80+ env :
81+ PYTHONNET_PYDLL : ${{ matrix.DLL_PREFIX }}python${{matrix.DLL_PYVER_MAJOR}}${{matrix.PYVER_MINOR}}${{matrix.DLL_SUFFIX}}${{matrix.DLL_EXT}}
8182
8283 - name : Python tests run from .NET
8384 run : dotnet test --runtime any-${{ matrix.platform }} src/python_tests_runner/
8485 if : ${{ matrix.os == 'windows' }} # Not working for others right now
86+ env :
87+ PYTHONNET_PYDLL : ${{ matrix.DLL_PREFIX }}python${{matrix.DLL_PYVER_MAJOR}}${{matrix.PYVER_MINOR}}${{matrix.DLL_SUFFIX}}${{matrix.DLL_EXT}}
8588
8689 # TODO: Run perf tests
8790 # TODO: Run mono tests on Windows?
You can’t perform that action at this time.
0 commit comments