We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6617ad commit 259c1f6Copy full SHA for 259c1f6
1 file changed
.github/workflows/tests.yaml
@@ -44,6 +44,8 @@ jobs:
44
with:
45
python-version: "3.10.0"
46
47
+ - run: sudo apt-get install python3-distutils
48
+
49
- run: pip install -U setuptools==45
50
51
- run: pushd examples/aml && pip install -r requirements.txt && popd
0 commit comments