Skip to content

Commit

Permalink
change working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Nov 22, 2023
1 parent 0caf8a2 commit c37b109
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-core-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ jobs:

macos:
runs-on: macos-latest
defaults:
run:
working-directory: python/core
# defaults:
# run:
# working-directory: python/core
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
Expand All @@ -107,7 +107,7 @@ jobs:
with:
target: x86_64
args: --release --out dist --sdist -m python/Cargo.toml
# working-directory: python/core
working-directory: python/core

- name: Install built wheel - x86_64
run: |
Expand Down

0 comments on commit c37b109

Please sign in to comment.