We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad0ca0a commit 73a6f78Copy full SHA for 73a6f78
.github/workflows/unittest.yaml
@@ -35,7 +35,7 @@ jobs:
35
set -ex
36
37
# install python and protobuf
38
- conda create -n venv python=3.12 protobuf -y
+ conda create -n venv python=3.12 libprotobuf -y
39
conda activate venv
40
python -m pip install --upgrade pip
41
0 commit comments