Skip to content

Commit

Permalink
Update test_and_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TimMonko committed Sep 16, 2024
1 parent 8463d74 commit ebf697c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@ jobs:
# Install OpenCL for Windows
- name: Install OpenCL on Windows
if: runner.os == 'Windows'
run: |
curl -LO https://registrationcenter-download.intel.com/akdlm/irc_nas/19170/intel_sdk_for_opencl_applications_2020.3.494.zip
unzip intel_sdk_for_opencl_applications_2020.3.494.zip
./intel_sdk_for_opencl_applications_2020.3.494/windows_sdk/Setup.exe /S
run: conda install -y -c conda-forge opencl-clhpp

# Set up OpenCL environment variables
- name: Set up OpenCL environment variables
Expand Down

0 comments on commit ebf697c

Please sign in to comment.