mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-25 13:11:02 +02:00
Tweaking pull request
This commit is contained in:
parent
a0cdc39cb8
commit
aa1d5913e7
1 changed files with 3 additions and 2 deletions
5
.github/workflows/pull-request.yaml
vendored
5
.github/workflows/pull-request.yaml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
|
||||
- name: Setup environment
|
||||
run: |
|
||||
dnf install -y python3.12 make
|
||||
dnf install -y python3.12 make which
|
||||
alternatives --install /usr/bin/python python /usr/bin/python3.12 1
|
||||
python -m ensurepip --upgrade
|
||||
python3.12 -m venv env
|
||||
|
|
@ -36,7 +36,8 @@ jobs:
|
|||
|
||||
- name: Setup packages
|
||||
run: make update-package-versions VERSION=1.2.999
|
||||
- run: which python
|
||||
- run: pip list
|
||||
- run: which pip
|
||||
|
||||
- name: Build packages
|
||||
run: make packages VERSION=1.2.999
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue