We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d90d4b2 commit 1787613Copy full SHA for 1787613
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
uses: actions/setup-python@v5
34
with:
35
python-version: '3.11'
36
- cache: pip
+ cache: pip
37
38
- name: Check Python formatting
39
run: |
@@ -101,7 +101,7 @@ jobs:
101
102
103
104
105
106
- name: Install Sphinx
107
@@ -134,7 +134,7 @@ jobs:
134
135
136
137
138
139
- name: Run pre-commit
140
uses: pre-commit/action@v3.0.0
0 commit comments