mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-25 05:01:01 +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
|
||||
|
||||
- name: Setup environment
|
||||
run: python3.12 -m venv env
|
||||
|
||||
- name: Invoke environment
|
||||
run: . env/bin/activate
|
||||
run: |
|
||||
dnf install -y python3.12
|
||||
alternatives --install /usr/bin/python python /usr/bin/python3.12 1
|
||||
python -m ensurepip --upgrade
|
||||
python3.12 -m venv env
|
||||
. env/bin/activate
|
||||
|
||||
- name: Setup packages
|
||||
run: make update-package-versions VERSION=1.2.999
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue