fix: ci macos test

This commit is contained in:
rudy
2023-02-06 15:09:45 +01:00
committed by rudy-6-4
parent 59d35619a8
commit 717c8c815f

View File

@@ -75,7 +75,7 @@ jobs:
echo "Debug: ccache statistics (prior to the tests):"
ccache -s
export CONCRETE_COMPILER_DATAFLOW_EXECUTION_ENABLED=OFF
pip3.10 install $(find ${{ github.workspace }}/wheels/ -name '*macosx*.whl')
pip3.10 install build/wheels/*macosx*.whl
make Python3_EXECUTABLE=$(which python3.10) run-tests
echo "Debug: ccache statistics (after the tests):"
ccache -s