Skip to content

Commit

Permalink
added workaround for Ubuntu-provided package version being unsupporte…
Browse files Browse the repository at this point in the history
…d in setuptools 66+

see pypa/setuptools#3772
  • Loading branch information
lostmsu committed Jan 17, 2023
1 parent 1729698 commit 6a2a1d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ARM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:

- name: Clean previous install
run: |
pip install --force-reinstall setuptools==65.8 # https://github.com/pypa/setuptools/issues/3772
pip uninstall -y pythonnet
- name: Install dependencies
Expand Down

0 comments on commit 6a2a1d4

Please sign in to comment.