diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 4e7659f..65f6113 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -28,10 +28,10 @@ jobs: # channels: conda-forge # miniconda-version: "latest" - - name: Set up Python - uses: actions/setup-python@v2 - with: - python-version: '3.10.x' + # - name: Set up Python + # uses: actions/setup-python@v2 + # with: + # python-version: '3.10.x' # - name: Install Conda Dependencies # run: | @@ -44,11 +44,14 @@ jobs: Set-ExecutionPolicy Bypass -Scope Process -Force Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) + - name: Install Python + run: | + choco install python --version=3.10.11 + - name: Install Visual Studio Community Edition run: | choco install visualstudio2022-workload-nativedesktop - - name: Install CUDA run: | choco install cuda