Install missing build deps (#441)

This commit is contained in:
cybermaggedon 2025-07-23 21:25:48 +01:00 committed by GitHub
parent 98022d6af4
commit e19e0f00fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,6 +62,9 @@ jobs:
id: version
run: echo VERSION=$(git describe --exact-match --tags | sed 's/^v//') >> $GITHUB_OUTPUT
- name: Install dependencies
run: pip install build wheel
- name: Put version into package manifests
run: make update-package-versions VERSION=${{ steps.version.outputs.VERSION }}