File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 79
79
run : pip install -q -r .actions/requirements.txt
80
80
81
81
- name : Set min. dependencies
82
- if : ${{ matrix.requires == 'oldest' }}
82
+ if : ${{ matrix.config. requires == 'oldest' }}
83
83
run : |
84
84
cd requirements/fabric
85
85
pip install -U "lightning-utilities[cli]"
88
88
pip install "pyyaml==5.4" --no-build-isolation
89
89
90
90
- name : Adjust PyTorch versions in requirements files
91
- if : ${{ matrix.requires != 'oldest' }}
91
+ if : ${{ matrix.config. requires != 'oldest' }}
92
92
run : |
93
93
pip install -q -r requirements/ci.txt
94
94
python -m wget https://raw.githubusercontent.com/Lightning-AI/utilities/main/scripts/adjust-torch-versions.py
Original file line number Diff line number Diff line change 84
84
run : pip install -q -r .actions/requirements.txt
85
85
86
86
- name : Set min. dependencies
87
- if : ${{ matrix.requires == 'oldest' }}
87
+ if : ${{ matrix.config. requires == 'oldest' }}
88
88
run : |
89
89
cd requirements/pytorch
90
90
pip install -U "lightning-utilities[cli]"
93
93
pip install "pyyaml==5.4" --no-build-isolation
94
94
95
95
- name : Adjust PyTorch versions in requirements files
96
- if : ${{ matrix.requires != 'oldest' }}
96
+ if : ${{ matrix.config. requires != 'oldest' }}
97
97
run : |
98
98
pip install -q -r requirements/ci.txt
99
99
python -m wget https://raw.githubusercontent.com/Lightning-AI/utilities/main/scripts/adjust-torch-versions.py
You can’t perform that action at this time.
0 commit comments