mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 12:15:09 -05:00
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:
1
.github/workflows/continuous-integration.yml
vendored
1
.github/workflows/continuous-integration.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user