There was an error while loading. Please reload this page.
1 parent d184c33 commit 5bd7112Copy full SHA for 5bd7112
1 file changed
.github/workflows/release.yml
@@ -33,6 +33,9 @@ jobs:
33
with:
34
python-version: "3.13"
35
36
+ - name: Install Python dependencies
37
+ run: pip install -r requirements.txt
38
+
39
- name: Set up .NET
40
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
41
0 commit comments