From 717c8c815f4388f7022ef33bcc3a09c868fc8059 Mon Sep 17 00:00:00 2001 From: rudy Date: Mon, 6 Feb 2023 15:09:45 +0100 Subject: [PATCH] fix: ci macos test --- .github/workflows/macos_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos_build.yml b/.github/workflows/macos_build.yml index ea765f77e..54fbc4fe7 100644 --- a/.github/workflows/macos_build.yml +++ b/.github/workflows/macos_build.yml @@ -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