Skip to content

Commit

Permalink
Attempt to set working directory for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
r-barnes committed May 15, 2024
1 parent 1eca098 commit bd31b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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
Expand Down

0 comments on commit bd31b60

Please sign in to comment.