Skip to content

Commit 49e8804

Browse files
committed
fix condition
1 parent 757d260 commit 49e8804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/numpy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
choco install -y --checksum 6004DF17818F5A6DBF19CB335CC92702 pkgconfiglite
6161
echo "PKG_CONFIG_PATH=${{ github.workspace }}/.openblas" >> $env:GITHUB_ENV
62-
if: ${{ startswith(matrix.os, 'windows'}}
62+
if: ${{ startswith(matrix.os, 'windows') }}
6363

6464
- name: Install NumPy (use Accelerate)
6565
if: matrix.os == 'macos-latest'

0 commit comments

Comments
 (0)