mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-24 20:51:02 +02:00
Getting tests to work
This commit is contained in:
parent
508d09c4cb
commit
1b119570d2
3 changed files with 4 additions and 6 deletions
8
.github/workflows/pull-request.yaml
vendored
8
.github/workflows/pull-request.yaml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
container:
|
||||
image: fedora:42
|
||||
image: python:3.12
|
||||
|
||||
steps:
|
||||
|
||||
|
|
@ -27,10 +27,10 @@ jobs:
|
|||
|
||||
- name: Setup environment
|
||||
run: |
|
||||
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
|
||||
apt install -y make
|
||||
python --version
|
||||
python3 -m venv env
|
||||
. env/bin/activate
|
||||
pip install build wheel
|
||||
which pip
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ dependencies = [
|
|||
]
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
||||
"Operating System :: OS Independent",
|
||||
]
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ dependencies = [
|
|||
]
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
||||
"Operating System :: OS Independent",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue