Skip to content

Commit

Permalink
ci: fix working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jan 5, 2022
1 parent 8eff135 commit 76b0a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ibis-backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ jobs:

- name: install datafusion
if: ${{ matrix.datafusion-version == 'master' }}
working-directory: datafusion/python
working-directory: datafusion
run: maturin develop

- name: install ibis
Expand Down

0 comments on commit 76b0a30

Please sign in to comment.