mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-24 12:41:02 +02:00
Tweaking pull request
This commit is contained in:
parent
1324132222
commit
89837b60ba
1 changed files with 3 additions and 3 deletions
6
.github/workflows/pull-request.yaml
vendored
6
.github/workflows/pull-request.yaml
vendored
|
|
@ -32,16 +32,16 @@ jobs:
|
|||
python -m ensurepip --upgrade
|
||||
python3.12 -m venv env
|
||||
. env/bin/activate
|
||||
pip install build wheel
|
||||
|
||||
- name: Setup packages
|
||||
run: make update-package-versions VERSION=1.2.999
|
||||
|
||||
- name: Install some stuff
|
||||
run: pip install build wheel
|
||||
|
||||
- name: Build packages
|
||||
run: make packages VERSION=1.2.999
|
||||
|
||||
- run: which python
|
||||
- run: which python3.12
|
||||
- name: Install packages
|
||||
run: pip install dist/trustgraph_base-1.2.999.tar.gz dist/trustgraph_cli-1.2.999.tar.gz dist/trustgraph_flow-1.2.999.tar.gz dist/trustgraph_bedrock-1.2.999.tar.gz dist/trustgraph_vertexai-1.2.999.tar.gz
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue