From 69c89058bcb7c49fe718e845f1711e0baab852d9 Mon Sep 17 00:00:00 2001 From: rcervinoucm Date: Fri, 24 May 2024 12:56:55 +0200 Subject: [PATCH] Update python-package-conda.yml --- .github/workflows/python-package-conda.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/python-package-conda.yml b/.github/workflows/python-package-conda.yml index 65fd9737..d49781a5 100644 --- a/.github/workflows/python-package-conda.yml +++ b/.github/workflows/python-package-conda.yml @@ -32,6 +32,10 @@ jobs: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics + - name: Display version + run: | + VERSION=$(echo "${{ steps.get_version.outputs.version }}") + echo $VERSION - name: Install with pip run: | pip install -e .