We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f876a0e commit 959cdbaCopy full SHA for 959cdba
.github/workflows/test_selenium.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Debug into
34
shell: bash -l {0}
35
- run: find . -name "*.md" -printf '"%p"\n' | xargs jupytext --to notebook --execute
+ run: xargs jupytext --to notebook --execute docs/getting_started.md
36
37
- name: Selenium tests
38
0 commit comments