File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v3
1313 - uses : actions/setup-python@v4
1414 with :
15- python-version : " 3.11"
16-
17- - uses : actions/cache@v3
18- with :
19- path : ${{ env.pythonLocation }}
20- key : ${{ runner.os }}-python-docs-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}
15+ cache : pip
16+ python-version : " 3.12"
2117
2218 - name : Install dependencies
2319 run : pip install .[doc]
Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v3
2020 - uses : actions/setup-python@v4
2121 with :
22+ cache : pip
2223 python-version : ${{ matrix.python-version }}
2324
24- - uses : actions/cache@v3
25- with :
26- path : ${{ env.pythonLocation }}
27- key : ${{ runner.os }}-python-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}
28-
2925 - name : Install dependencies
3026 run : pip install -e .[test]
3127
You can’t perform that action at this time.
0 commit comments