Skip to content

Commit

Permalink
test: choco python
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgold authored Nov 30, 2023
1 parent 53266a6 commit e9b021e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit e9b021e

Please sign in to comment.