Skip to content

Commit faf47df

Browse files
committed
added setuptools for distutils compatibility layer (python 3.13)
1 parent 5a0b958 commit faf47df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/package-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install --upgrade pip
20+
pip install setuptools
2021
pip install .
2122
pip install .[test]
2223
- name: Testing package with pytest

0 commit comments

Comments
 (0)