Skip to content

Commit 259c1f6

Browse files
committed
Add 'sudo apt-get install python3-distutils'
1 parent f6617ad commit 259c1f6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
with:
4545
python-version: "3.10.0"
4646

47+
- run: sudo apt-get install python3-distutils
48+
4749
- run: pip install -U setuptools==45
4850

4951
- run: pushd examples/aml && pip install -r requirements.txt && popd

0 commit comments

Comments
 (0)