File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 - name : Set up Python 3.11
4141 uses : actions/setup-python@v5
4242 with :
43- python-version : " 3.11"
43+ python-version : ' 3.11'
4444
4545 - uses : actions/cache@v4
4646 name : Cache pip dependencies
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
9393 - name : Setup Python 3.11
9494 uses : actions/setup-python@v5
9595 with :
96- python-version : " 3.11"
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
You can’t perform that action at this time.
0 commit comments