fix(CI): Install pytest for job BuildAndTestMacOS

The CI job `BuildAndTestMacOS` currently fails due to an unsatisfied
dependency to `pytest`. Install `pytest` via `pip3`.
This commit is contained in:
Andi Drebes
2022-01-11 11:11:08 +01:00
parent 7fdeb61aa8
commit 8d7cbbb934

View File

@@ -147,6 +147,7 @@ jobs:
curl https://sh.rustup.rs -sSf | sh -s -- -y
brew install ninja
pip3 install numpy pybind11==2.6.2 wheel delocate
pip3 install pytest
cd ${{ github.workspace }}/concrete/concrete-ffi
RUSTFLAGS="-C target-cpu=native" cargo build --release