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 5335a34 commit de37f36Copy full SHA for de37f36
.github/workflows/main.yml
@@ -69,16 +69,6 @@ jobs:
69
activate-environment: true
70
enable-cache: true
71
72
- - name: Set Python DLL path and PYTHONHOME (non Windows)
73
- if: ${{ matrix.os.category != 'windows' }}
74
- run: |
75
- echo PYTHONNET_PYDLL=$(uv run find_libpython) >> $GITHUB_ENV
76
-
77
- - name: Set Python DLL path and PYTHONHOME (Windows)
78
- if: ${{ matrix.os.category == 'windows' }}
79
80
- Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append -InputObject "PYTHONNET_PYDLL=$(uv run find_libpython)"
81
82
- name: Embedding tests
83
run: dotnet test --runtime any-${{ matrix.os.platform }} --logger "console;verbosity=detailed" src/embed_tests/
84
env:
0 commit comments