Skip to content

Commit 43b7329

Browse files
authored
Revert "pin setuptools (#2468)"
This reverts commit 75c1c59.
1 parent 75c1c59 commit 43b7329

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,10 @@ jobs:
101101
with:
102102
python-version: ${{ matrix.python-version }}
103103
cache: "pip"
104-
# setuptools is currently pinned due to new enforcement of no dashes in upstream packages
105104
- name: Upgrade pip
106105
run: |
107106
python -m pip install --upgrade pip
108-
if [[ "${{ matrix.python-version }}" == "3.7" ]]; then
109-
pip install --upgrade wheel build setuptools==68.0.0
110-
elif [[ "${{ matrix.python-version }}" == "3.12" ]]; then
111-
pip install --upgrade wheel build setuptools==77.0.3
112-
fi
107+
pip install --upgrade wheel setuptools build
113108
- name: Install
114109
run: pip install --disable-pip-version-check -e .[tests]
115110
- name: Test

0 commit comments

Comments
 (0)