From bd31b60aac295526a923adb69d4abf6bacfb06e2 Mon Sep 17 00:00:00 2001 From: Richard Barnes Date: Tue, 14 May 2024 22:48:53 -0400 Subject: [PATCH] Attempt to set working directory for ci --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 4b396821..619e7acd 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -6,7 +6,6 @@ jobs: build_wheels: name: Build wheels on ${{ matrix.os }} runs-on: ${{ matrix.os }} - working-directory: wrappers/pyrichdem strategy: matrix: os: [ubuntu-latest, windows-latest, macos-13, macos-14] @@ -22,6 +21,7 @@ jobs: - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse + working-directory: wrappers/pyrichdem # to supply options, put them in 'env', like: # env: # CIBW_SOME_OPTION: value