Skip to content

Commit

Permalink
Setuptools needed on Python >= 3.12
Browse files Browse the repository at this point in the history
`distutils` was removed from the Standard Library in Python 3.12.
  • Loading branch information
cclauss authored May 12, 2024
1 parent 5ddaef8 commit df5b979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
allow-prereleases: true

- name: Upgrade PIP
run: python -m pip install --upgrade pip
run: python -m pip install --upgrade pip setuptools

- name: Install application with ML
run: python -m pip install .
Expand Down

0 comments on commit df5b979

Please sign in to comment.