We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6203c7f commit e10f4ffCopy full SHA for e10f4ff
.github/workflows/ci.yml
@@ -63,7 +63,7 @@ jobs:
63
run: |
64
python -m pip install --upgrade pip
65
sudo apt-get update -y
66
- sudo apt-get install python3-pip protobuf-compiler
+ sudo apt-get install python3-pip protobuf-compiler lzma
67
cd open-simulation-interface
68
pip install .
69
cd ..
0 commit comments