Skip to content

Commit 2a682c9

Browse files
Install setuptools alongside tox-factor
Ensure it is available for creating the sdist on Python 3.12+. #400 (comment)
1 parent 0c32b79 commit 2a682c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/UnitTesting.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
python-version: ${{ env[matrix.python-version] }}
4242

4343
- name: Install tox
44-
run: pip install "tox<=3.27.1" -U tox-factor
44+
run: pip install "tox<=3.27.1" -U tox-factor setuptools
4545

4646
- name: Cache tox environment
4747
# Preserves .tox directory between runs for faster installs

0 commit comments

Comments
 (0)