We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ab5fe commit c91dd45Copy full SHA for c91dd45
.gitattributes
@@ -1 +1 @@
1
-python/notebooks/** linguist-vendored
+notebooks/** linguist-vendored
.github/workflows/notebook.yml
@@ -35,6 +35,6 @@ jobs:
35
pip3 install $(ls target/wheels/*.whl)
36
- name: Run python tests
37
shell: bash
38
- working-directory: python/notebooks
+ working-directory: notebooks
39
run: |
40
jupyter nbconvert --to notebook --execute quickstart.ipynb
0 commit comments