We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ba6408 commit 4c0658bCopy full SHA for 4c0658b
1 file changed
.github/workflows/tests.yaml
@@ -42,9 +42,7 @@ jobs:
42
43
- uses: actions/setup-python@v2.3.1
44
45
- - run: pip install -U setuptools==45
46
-
47
- - run: pip install wheel
+ - run: pip install --upgrade setuptools
48
49
- run: pushd examples/aml && pip install -r requirements.txt && popd
50
0 commit comments