Skip to content
3 changes: 3 additions & 0 deletions easybuild/easyconfigs/p/PyTorch/PyTorch-2.1.2-foss-2023a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ builddependencies = [
('pytest-flakefinder', '1.1.0'),
('pytest-rerunfailures', '12.0'),
('pytest-shard', '0.1.2'),
('unittest-xml-reporting', '3.1.0'),
]

dependencies = [
Expand Down Expand Up @@ -174,4 +175,6 @@ runtest = 'cd test && PYTHONUNBUFFERED=1 %(python)s run_test.py --continue-throu

tests = ['PyTorch-check-cpp-extension.py']

sanity_check_pip_list = False

moduleclass = 'ai'
3 changes: 3 additions & 0 deletions easybuild/easyconfigs/p/PyTorch/PyTorch-2.1.2-foss-2023b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ builddependencies = [
('pytest-flakefinder', '1.1.0'),
('pytest-rerunfailures', '14.0'),
('pytest-shard', '0.1.2'),
('unittest-xml-reporting', '3.1.0'),
]

dependencies = [
Expand Down Expand Up @@ -176,4 +177,6 @@ runtest = 'cd test && PYTHONUNBUFFERED=1 %(python)s run_test.py --continue-throu

tests = ['PyTorch-check-cpp-extension.py']

sanity_check_pip_list = False

moduleclass = 'ai'
Loading