Skip to content

Commit 228ba18

Browse files
committed
added workaround for Ubuntu-provided package version being unsupported in setuptools 66+
see pypa/setuptools#3772
1 parent 1729698 commit 228ba18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ARM.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323

2424
- name: Clean previous install
2525
run: |
26+
pip install --force-reinstall setuptools==65.* # https://github.com/pypa/setuptools/issues/3772
2627
pip uninstall -y pythonnet
2728
2829
- name: Install dependencies

0 commit comments

Comments
 (0)