We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22fce91 commit cd077f5Copy full SHA for cd077f5
1 file changed
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Set up Python
48
uses: actions/setup-python@v4
49
with:
50
- python-version: 3.12
+ python-version: 3.11
51
- name: Install docs dependencies
52
run: python3 -m pip install -r docs/requirements.txt
53
- name: Build the docs
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
69
- name: Install shfmt
70
run: go install mvdan.cc/sh/v3/cmd/shfmt@latest
71
- name: Install shellcheck
0 commit comments