From 1b119570d2004e3817f195549a5418f0c62a7758 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Wed, 23 Jul 2025 16:19:57 +0100 Subject: [PATCH] Getting tests to work --- .github/workflows/pull-request.yaml | 8 ++++---- trustgraph-vertexai/pyproject.toml | 1 - trustgraph/pyproject.toml | 1 - 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 88427101..7dd7af8c 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -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 diff --git a/trustgraph-vertexai/pyproject.toml b/trustgraph-vertexai/pyproject.toml index de870207..bea95912 100644 --- a/trustgraph-vertexai/pyproject.toml +++ b/trustgraph-vertexai/pyproject.toml @@ -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", ] diff --git a/trustgraph/pyproject.toml b/trustgraph/pyproject.toml index 5ff8a123..1ac6a402 100644 --- a/trustgraph/pyproject.toml +++ b/trustgraph/pyproject.toml @@ -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", ]