Skip to content

Commit

Permalink
Removing uncessary check
Browse files Browse the repository at this point in the history
  • Loading branch information
iremyux committed Jul 1, 2024
1 parent 7004ba7 commit 478a20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
path: ${{ env.DEPENDENCIES_DIR }}/openblas
submodules: recursive
- name: Build OpenBLAS with MSVC
if: ${{ env.ENABLE_OPENBLAS && inputs.blass_type == 'openblas_msvc'}}
if: ${{ inputs.blass_type == 'openblas_msvc'}}
run: |
& ${{ env.SCRIPTS_DIR }}\build_openblas_msvc.bat
- name: Git checkout PyTorch
Expand Down

0 comments on commit 478a20e

Please sign in to comment.