Skip to content

Commit

Permalink
fix install semantic_version
Browse files Browse the repository at this point in the history
  • Loading branch information
LordLumineer committed Nov 12, 2023
1 parent 47fa73e commit 5464ae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Compare Versions
id: compare_versions
run: |
pip install semantic_version
python -c "from semantic_version import Version; import sys; sys.exit(0 if Version('${{ steps.get_current_version.outputs.version }}') > Version('${{ steps.get_previous_version.outputs.version }}') else 1)"
- name: Check Version Comparison Result
Expand Down

0 comments on commit 5464ae4

Please sign in to comment.