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.
2 parents 09fa531 + e273e60 commit 0efa493Copy full SHA for 0efa493
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
steps:
32
- uses: actions/checkout@v5
33
- name: Set up Python ${{ env.PYTHON_VERSION }}
34
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
35
with:
36
python-version: ${{ env.PYTHON_VERSION }}
37
- name: Install and run black for notebooks
@@ -58,7 +58,7 @@ jobs:
58
restore-keys: |
59
notebook-data-${{ hashFiles('data/manifest.json') }}
60
61
62
63
64
- name: Install enchant on non windows systems
0 commit comments