File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 with :
1616 python-version : " 3.10"
1717 cache : pip
18- cache-dependency-path : requirements/3.10.txt
18+ cache-dependency-path : requirements/ubuntu-latest- 3.10.txt
1919 - name : Install Python dependencies
2020 run : |
2121 pip install --upgrade pip
22- pip install -r requirements/3.10.txt
22+ pip install -r requirements/ubuntu-latest- 3.10.txt
2323 - name : Build documentation
2424 run : make docs
Original file line number Diff line number Diff line change 5252 with :
5353 python-version : ${{ matrix.runtime.python-version }}
5454 cache : pip
55- cache-dependency-path : ${{ format('requirements/{0}.txt', matrix.python-version) }}
55+ cache-dependency-path : ${{ format('requirements/{0}-{1} .txt', matrix.runtime.machine, matrix.runtime .python-version) }}
5656 - name : Install Python dependencies
5757 run : |
5858 pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments