Skip to content

Commit

Permalink
fixup?
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Jul 29, 2024
1 parent d614758 commit 9b712e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-pysemver/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
- name: Install pysemver via pip
env:
TOOL_VERSION: ${{ inputs.version }}
PIP_CONSTRAINT: ${{ runner.temp }}/constraints.txt
PIP_CONSTRAINT: ${{ runner.temp }}/python-constraints.txt
run: |
pip3 install git+https://github.com/python-semver/python-semver.git@$TOOL_VERSION
pysemver --version
Expand Down

0 comments on commit 9b712e6

Please sign in to comment.