mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-15 16:21:02 +02:00
Install missing build deps (#441)
This commit is contained in:
parent
98022d6af4
commit
e19e0f00fe
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
|
@ -62,6 +62,9 @@ jobs:
|
||||||
id: version
|
id: version
|
||||||
run: echo VERSION=$(git describe --exact-match --tags | sed 's/^v//') >> $GITHUB_OUTPUT
|
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
|
- name: Put version into package manifests
|
||||||
run: make update-package-versions VERSION=${{ steps.version.outputs.VERSION }}
|
run: make update-package-versions VERSION=${{ steps.version.outputs.VERSION }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue