From 3d53f2126f8695867913f4218206fab3b32e8e39 Mon Sep 17 00:00:00 2001 From: Mohammed Ghannam Date: Mon, 13 Nov 2023 17:38:17 +0100 Subject: [PATCH] Use relative path --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index aa5635589..02c4831fe 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -24,7 +24,7 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.16.2 env: - CIBW_ENVIRONMENT: "SCIPOPTDIR={project}/scip" + CIBW_ENVIRONMENT: "SCIPOPTDIR=./scip" CIBW_ARCHS: ${{ matrix.arch }} CIBW_TEST_REQUIRES: pytest CIBW_TEST_COMMAND: "pytest {project}/tests"