Skip to content

Commit c91dd45

Browse files
authored
minor fix for GHA and github (lancedb#553)
1 parent 25ab5fe commit c91dd45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python/notebooks/** linguist-vendored
1+
notebooks/** linguist-vendored

.github/workflows/notebook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
pip3 install $(ls target/wheels/*.whl)
3636
- name: Run python tests
3737
shell: bash
38-
working-directory: python/notebooks
38+
working-directory: notebooks
3939
run: |
4040
jupyter nbconvert --to notebook --execute quickstart.ipynb

0 commit comments

Comments
 (0)