From 0d864490df8b0a047d3559b55ed903070bcc68f3 Mon Sep 17 00:00:00 2001 From: Elijah Date: Thu, 25 Jan 2024 12:39:20 +0100 Subject: [PATCH] Try renaming the wheel to work with the current python version --- .gitea/workflows/ci-pipeline.yaml | 16 +++++++--------- requirements.txt | 2 +- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/ci-pipeline.yaml b/.gitea/workflows/ci-pipeline.yaml index 2f091ec..dedba16 100644 --- a/.gitea/workflows/ci-pipeline.yaml +++ b/.gitea/workflows/ci-pipeline.yaml @@ -25,19 +25,17 @@ jobs: uname -srm cat /etc/os-release - - name: Install pre-requisite packages - id: prereq - run: | - apt-get update - apt-get install software-properties-common -y + #- name: Install pre-requisite packages + #id: prereq + #run: | + #apt-get update + #apt-get install software-properties-common -y - name: Install python3-venv id: install run: | - add-apt-repository ppa:deadsnakes/ppa apt-get update - apt-get install python3.11 python3.11-venv python3.11-pip -y - if: steps.prereq.outcome == 'success' + apt-get install python3 python3-venv python3-pip -y - name: Check Python version run: | @@ -55,7 +53,7 @@ jobs: - name: Get DIDKit wheel id: didkit run: | - wget https://gitea.pangea.org/trustchain-oc1-orchestral/ssikit_trustchain/raw/branch/master/didkit-0.3.2-cp311-cp311-manylinux_2_34_x86_64.whl + wget -O didkit-0.3.2-cp39-cp39-manylinux_2_34_x86_64.whl https://gitea.pangea.org/trustchain-oc1-orchestral/ssikit_trustchain/raw/branch/master/didkit-0.3.2-cp311-cp311-manylinux_2_34_x86_64.whl echo "Successfully downloaded DIDkit" - name: Install dependencies diff --git a/requirements.txt b/requirements.txt index 27dd8c6..64ea3d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,4 +27,4 @@ uharfbuzz==0.38.0 fontTools==4.47.0 weasyprint==60.2 ujson==5.9.0 -./didkit-0.3.2-cp311-cp311-manylinux_2_34_x86_64.whl +./didkit-0.3.2-cp39-cp39-manylinux_2_34_x86_64.whl