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 ec651f1 commit 13dff92Copy full SHA for 13dff92
.github/workflows/main.yml
@@ -63,6 +63,9 @@ jobs:
63
activate-environment: true
64
enable-cache: true
65
66
+ - name: Synchronize the virtual environment
67
+ run: uv sync
68
+
69
- name: Embedding tests (Mono/.NET Framework)
70
run: dotnet test --runtime any-${{ matrix.os.platform }} --framework net472 --logger "console;verbosity=detailed" src/embed_tests/
71
if: always()
0 commit comments