CI: Fix workflow with empty variables

This commit is contained in:
Mykola Grymalyuk
2022-06-14 10:04:56 -06:00
parent f9c14459be
commit 65516814f7
2 changed files with 1 additions and 2 deletions

View File

@@ -68,7 +68,6 @@ class detect_root_patch:
self.kepler_gpu = True
self.supports_metal = True
elif gpu.arch in [
device_probe.NVIDIA.Archs.Tesla,
device_probe.NVIDIA.Archs.Fermi,
device_probe.NVIDIA.Archs.Kepler,
device_probe.NVIDIA.Archs.Maxwell,