Skip to content

Commit

Permalink
asdfsadf
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Jul 24, 2024
1 parent 5d50adb commit 37e1da3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,15 @@ jobs:
- name: Check out repository
uses: actions/checkout@v2

- name: Set up Python
if: startsWith(matrix.image, 'windows')
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Download CUDA installer
if: startsWith(matrix.image, 'windows')
run: |
curl -O https://developer.download.nvidia.com/compute/cuda/11.2.2/network_installers/cuda_11.2.2_win10_network.exe
python -c "from urllib.request import urlretrieve; urlretrieve('https://developer.download.nvidia.com/compute/cuda/11.2.2/network_installers/cuda_11.2.2_win10_network.exe', 'cuda_11.2.2_win10_network.exe')"
- name: Build on Windows
if: startsWith(matrix.image, 'windows')
Expand Down

0 comments on commit 37e1da3

Please sign in to comment.