Skip to content

Commit

Permalink
removing poetry reference
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Aug 25, 2024
1 parent 7558bb8 commit 642339a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 642339a

Please sign in to comment.