We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb32e1 commit 148d483Copy full SHA for 148d483
.github/workflows/ci.yml
@@ -21,8 +21,8 @@ jobs:
21
run: |
22
export PATH="$PATH:/usr/share/miniconda/bin"
23
source .envrc
24
- flake8-nb rust/replicate_descriptives.ipynb; [ $? -eq 0 ] || exit 1
25
- black-nb --check rust/replicate_descriptives.ipynb; [ $? -eq 0 ] || exit 1
+ flake8-nb docs/replicate_descriptives.ipynb; [ $? -eq 0 ] || exit 1
+ black-nb --check docs/replicate_descriptives.ipynb; [ $? -eq 0 ] || exit 1
26
27
- name: run project
28
shell: bash -l {0}
0 commit comments