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
2c6ca615d2
commit
42089fcc1f
1 changed files with 6 additions and 4 deletions
10
.github/workflows/pull-request.yaml
vendored
10
.github/workflows/pull-request.yaml
vendored
|
|
@ -26,10 +26,12 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup environment
|
- name: Setup environment
|
||||||
run: python3.12 -m venv env
|
run: |
|
||||||
|
dnf install -y python3.12
|
||||||
- name: Invoke environment
|
alternatives --install /usr/bin/python python /usr/bin/python3.12 1
|
||||||
run: . env/bin/activate
|
python -m ensurepip --upgrade
|
||||||
|
python3.12 -m venv env
|
||||||
|
. env/bin/activate
|
||||||
|
|
||||||
- name: Setup packages
|
- name: Setup packages
|
||||||
run: make update-package-versions VERSION=1.2.999
|
run: make update-package-versions VERSION=1.2.999
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue