|
42 | 42 |
|
43 | 43 | env:
|
44 | 44 | 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}} |
46 | 45 |
|
47 | 46 | steps:
|
48 | 47 | -name:Set Environment on macOS
|
@@ -78,10 +77,14 @@ jobs:
|
78 | 77 | -name:Embedding tests
|
79 | 78 | run:dotnet test --runtime any-${{ matrix.platform }} src/embed_tests/
|
80 | 79 | 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}} |
81 | 82 |
|
82 | 83 | -name:Python tests run from .NET
|
83 | 84 | run:dotnet test --runtime any-${{ matrix.platform }} src/python_tests_runner/
|
84 | 85 | 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}} |
85 | 88 |
|
86 | 89 | # TODO: Run perf tests
|
87 | 90 | # TODO: Run mono tests on Windows?
|