Skip to content

Commit 5bd7112

Browse files
authored
fix: install Python dependencies before generating clients in release workflow (#44)
1 parent d184c33 commit 5bd7112

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
with:
3434
python-version: "3.13"
3535

36+
- name: Install Python dependencies
37+
run: pip install -r requirements.txt
38+
3639
- name: Set up .NET
3740
uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0
3841
with:

0 commit comments

Comments
 (0)