Skip to content

Commit

Permalink
OPSEXP-2758 Drop workaround for setuptools incident after upstream fix (
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Jul 31, 2024
1 parent d80693a commit 814d3f9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/actions/setup-pysemver/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,9 @@ inputs:
runs:
using: "composite"
steps:
- name: Apply workaround for pypa/setuptools#4519
shell: bash
run: |
echo "setuptools<72" > ${{ runner.temp }}/python-constraints.txt
- name: Install pysemver via pip
env:
TOOL_VERSION: ${{ inputs.version }}
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 814d3f9

Please sign in to comment.