Skip to content

Commit cd077f5

Browse files
author
Ira Abramov
committed
lock test platform version
1 parent 22fce91 commit cd077f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Set up Python
4848
uses: actions/setup-python@v4
4949
with:
50-
python-version: 3.12
50+
python-version: 3.11
5151
- name: Install docs dependencies
5252
run: python3 -m pip install -r docs/requirements.txt
5353
- name: Build the docs
@@ -65,7 +65,7 @@ jobs:
6565
- name: Set up Python
6666
uses: actions/setup-python@v4
6767
with:
68-
python-version: 3.12
68+
python-version: 3.11
6969
- name: Install shfmt
7070
run: go install mvdan.cc/sh/v3/cmd/shfmt@latest
7171
- name: Install shellcheck

0 commit comments

Comments
 (0)