OpenMined / sycret

Function Secret Sharing library for Python and Rust with hardware acceleration
https://openmined.github.io/sycret/
Apache License 2.0
54 stars 9 forks source link

Fix manylinux-2010 build #56

Open nph4rd opened 3 years ago

nph4rd commented 3 years ago

Description

Currently, our publishing workflow with the quay.io/pypa/manylinux2010_x86_64 container is failing with:

pip: command not found

I think this change ought to fix it.

Affected Dependencies

No.

How has this been tested?

Ran the commands in the container

Checklist