ci: fix target name for macos job

This commit is contained in:
Ayoub Benaissa
2022-07-19 09:08:43 +01:00
committed by Ayoub Benaissa
parent 7f31cec990
commit acda882873

View File

@@ -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