Remove additional CUDA and torch compiler module exclusions from PyInstaller build to streamline the process

This commit is contained in:
Jamie Pine
2026-01-25 13:19:22 -08:00
parent b479178e91
commit 05adc4e013
2 changed files with 3 additions and 19 deletions
+3 -3
View File
@@ -20,9 +20,9 @@ jobs:
- platform: 'macos-15-intel'
args: '--target x86_64-apple-darwin'
python-version: '3.12'
- platform: 'ubuntu-22.04'
args: ''
python-version: '3.12'
# - platform: 'ubuntu-22.04'
# args: ''
# python-version: '3.12'
- platform: 'windows-latest'
args: ''
python-version: '3.12'