From 2b0068a6d4061f5d91e70c5fad30d80328f8dcb9 Mon Sep 17 00:00:00 2001 From: "T.Tian" Date: Thu, 28 Sep 2023 16:48:23 +0800 Subject: [PATCH] modify workflow file --- .github/workflows/installation_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/installation_test.yml b/.github/workflows/installation_test.yml index ea7f6a85..cde962a6 100644 --- a/.github/workflows/installation_test.yml +++ b/.github/workflows/installation_test.yml @@ -58,8 +58,8 @@ jobs: # A coverage test badge anybadge --value=$COVPERCENT --file=badges/coverage.svg coverage # A version badge - PIPVER=`pip show sparc-dft-api | grep Version | cut -d ' ' -f2` - anybadge --value=$PIPVER --file=badges/package.svg -l sparc-dft-api + PIPVER=`pip show sparc-x-api | grep Version | cut -d ' ' -f2` + anybadge --value=$PIPVER --file=badges/package.svg -l sparc-x-api - name: Manually add git badges run: | # Assuming a badges branch already exists!