mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-26 21:51:03 +02:00
Tweaking pull request
This commit is contained in:
parent
aa1d5913e7
commit
1dc4a4643f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pull-request.yaml
vendored
2
.github/workflows/pull-request.yaml
vendored
|
|
@ -33,10 +33,10 @@ jobs:
|
||||||
python3.12 -m venv env
|
python3.12 -m venv env
|
||||||
. env/bin/activate
|
. env/bin/activate
|
||||||
pip install build wheel
|
pip install build wheel
|
||||||
|
which pip
|
||||||
|
|
||||||
- name: Setup packages
|
- name: Setup packages
|
||||||
run: make update-package-versions VERSION=1.2.999
|
run: make update-package-versions VERSION=1.2.999
|
||||||
- run: pip list
|
|
||||||
- run: which pip
|
- run: which pip
|
||||||
|
|
||||||
- name: Build packages
|
- name: Build packages
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue