mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-10 04:35:03 -05:00
ci: fix target name for macos job
This commit is contained in:
committed by
Ayoub Benaissa
parent
7f31cec990
commit
acda882873
2
.github/workflows/continuous-integration.yml
vendored
2
.github/workflows/continuous-integration.yml
vendored
@@ -301,7 +301,7 @@ jobs:
|
||||
pip3 wheel --no-deps -w ${{ github.workspace }}/wheels .
|
||||
delocate-wheel -v `find ${{ github.workspace }}/wheels/ -name *macosx*.whl`
|
||||
pip3 install `find ${{ github.workspace }}/wheels/ -name *macosx*.whl`
|
||||
make test
|
||||
make run-tests
|
||||
echo "Debug: ccache statistics (after the tests):"
|
||||
ccache -s
|
||||
|
||||
|
||||
Reference in New Issue
Block a user