ci: add VCR caching to the notebooks (#1704)

This commit is contained in:
Vadym Barda
2024-09-12 16:07:41 -04:00
committed by GitHub
parent 95b97d69ec
commit 0b40c83fa8
135 changed files with 32409 additions and 28 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
- name: Codespell
uses: codespell-project/actions-codespell@v2
with:
skip: '*.ambr,*.lock,*.ipynb'
skip: '*.ambr,*.lock,*.ipynb,*.yaml'
ignore_words_list: ${{ steps.extract_ignore_words.outputs.ignore_words_list }}
# We do this to avoid spellchecking cell outputs
- name: Codespell Notebooks