From 642339a25afb14ec6196a6acef6e9f975845bc77 Mon Sep 17 00:00:00 2001 From: Nikolaos Dimopoulos Date: Sun, 25 Aug 2024 12:12:51 -0500 Subject: [PATCH] removing poetry reference --- .github/workflows/deploy-documents.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-documents.yml b/.github/workflows/deploy-documents.yml index 16b849b3..f180ee82 100644 --- a/.github/workflows/deploy-documents.yml +++ b/.github/workflows/deploy-documents.yml @@ -66,7 +66,7 @@ jobs: - name: Determine versioning parameters id: determine-versioning - run: echo "data=$(poetry run python siteversion.py)" >> $GITHUB_OUTPUT + run: echo "data=$(python siteversion.py)" >> $GITHUB_OUTPUT - name: Publish documentation if: fromJson(steps.determine-versioning.outputs.data).version != null