From 9028deb92c537fb16bc7cfb9d8c72363ad9edc23 Mon Sep 17 00:00:00 2001 From: Daniele Giallonardo <58780951+danielegiallonardo@users.noreply.github.com> Date: Mon, 3 Apr 2023 17:56:07 +0200 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 856790f..53179d5 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -44,13 +44,9 @@ jobs: - name: Update apt repo run: sudo apt update - name: Install dependencies - run: sudo apt install -y libxml2-dev libxmlsec1-dev libxmlsec1-openssl xmlsec1 python3-pip - - name: Install spid-compliant-certificates cryptography correct version - run: sudo pip install -Iv cryptography==38.0.4 + run: sudo apt install -y libxml2-dev libxmlsec1-dev libxmlsec1-openssl xmlsec1 python3-pip && pip install cryptography==38.0.4 - name: Install spid-sp-test run: sudo pip install spid-sp-test --upgrade --no-cache - - name: Test Requests/Responses with spid-sp-test - run: spid_sp_test --metadata-url https://localhost:5001/metadata-cie/metadata1.xml --authn-url https://localhost:5001/home/login --extra --debug ERROR --profile cie-sp-public -tr - name: Test Metadata spid-sp-public with spid-sp-test run: spid_sp_test --metadata-url https://localhost:5001/metadata-cie/metadata1.xml --extra --debug ERROR --profile cie-sp-public - name: Test Metadata spid-sp-private with spid-sp-test