From ef75bec7a9d300c15dba67fdd43336c0b1d42b67 Mon Sep 17 00:00:00 2001 From: ckunki Date: Wed, 3 Apr 2024 16:08:08 +0200 Subject: [PATCH] Updated workflow to use correct file version.py --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index c85966b..ec27e6c 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -18,7 +18,7 @@ jobs: uses: exasol/python-toolbox/.github/actions/python-environment@0.8.0 - name: Check Version(s) - run: poetry run version-check exasol/toolbox/version.py + run: poetry run version-check version.py build-documentation-job: name: Build Documentation