Skip to content

Commit 642339a

Browse files
committed
removing poetry reference
1 parent 7558bb8 commit 642339a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/deploy-documents.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Determine versioning parameters
6868
id: determine-versioning
69-
run: echo "data=$(poetry run python siteversion.py)" >> $GITHUB_OUTPUT
69+
run: echo "data=$(python siteversion.py)" >> $GITHUB_OUTPUT
7070

7171
- name: Publish documentation
7272
if: fromJson(steps.determine-versioning.outputs.data).version != null

0 commit comments

Comments
 (0)