We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 757d260 commit 49e8804Copy full SHA for 49e8804
.github/workflows/numpy.yml
@@ -59,7 +59,7 @@ jobs:
59
run: |
60
choco install -y --checksum 6004DF17818F5A6DBF19CB335CC92702 pkgconfiglite
61
echo "PKG_CONFIG_PATH=${{ github.workspace }}/.openblas" >> $env:GITHUB_ENV
62
- if: ${{ startswith(matrix.os, 'windows'}}
+ if: ${{ startswith(matrix.os, 'windows') }}
63
64
- name: Install NumPy (use Accelerate)
65
if: matrix.os == 'macos-latest'
0 commit comments