Tweaking pull request

This commit is contained in:
Cyber MacGeddon 2025-07-23 00:22:19 +01:00
parent 1324132222
commit 89837b60ba

View file

@ -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