Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
casper-hansen committed Nov 5, 2023
1 parent cb3f779 commit aba1456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
$env:CUDA_HOME = $env:CONDA_PREFIX
# Only add +cu118 to wheel if not releasing on PyPi
if ( env:CUDA_VERSION = env:PYPI_CUDA_VERSION ){
if ( $env:CUDA_VERSION = $env:PYPI_CUDA_VERSION ){
$env:PYPI_BUILD = 1
}
Expand Down

0 comments on commit aba1456

Please sign in to comment.