File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
with :
16
16
python-version : " 3.10"
17
17
cache : pip
18
- cache-dependency-path : requirements/3.10.txt
18
+ cache-dependency-path : requirements/ubuntu-latest- 3.10.txt
19
19
- name : Install Python dependencies
20
20
run : |
21
21
pip install --upgrade pip
22
- pip install -r requirements/3.10.txt
22
+ pip install -r requirements/ubuntu-latest- 3.10.txt
23
23
- name : Build documentation
24
24
run : make docs
Original file line number Diff line number Diff line change 52
52
with :
53
53
python-version : ${{ matrix.runtime.python-version }}
54
54
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) }}
56
56
- name : Install Python dependencies
57
57
run : |
58
58
pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments