We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ddaef8 commit df5b979Copy full SHA for df5b979
.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
42
allow-prereleases: true
43
44
- name: Upgrade PIP
45
- run: python -m pip install --upgrade pip
+ run: python -m pip install --upgrade pip setuptools
46
47
- name: Install application with ML
48
run: python -m pip install .
0 commit comments