Skip to content

Commit 2b35bb8

Browse files
committed
setup python 3.11
1 parent 9a4f925 commit 2b35bb8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up Python 3.11
4141
uses: actions/setup-python@v5
4242
with:
43-
python-version: "3.13"
43+
python-version: '3.11'
4444

4545
- uses: actions/cache@v4
4646
name: Cache pip dependencies
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Install pip dependencies
5454
run: |
55-
python -m pip install --upgrade pip setuptools
55+
python -m pip install --upgrade pip
5656
python -m pip install ".[dev,test]"
5757
5858
- name: Install pre-commit hooks
@@ -93,7 +93,7 @@ jobs:
9393
- name: Setup Python 3.11
9494
uses: actions/setup-python@v5
9595
with:
96-
python-version: "3.13"
96+
python-version: '3.11'
9797

9898
- name: Cache pip dependencies
9999
id: cache
@@ -105,7 +105,7 @@ jobs:
105105
- name: Install dependencies
106106
run: |
107107
python -m pip install --upgrade pip
108-
python -m pip install ".[dev,test,docs]"
108+
python -m pip install ".[docs]"
109109
110110
- name: Install the package
111111
run: make install

0 commit comments

Comments
 (0)