mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
CI: fix broken package-overrides check
This commit is contained in:
parent
0a84db59ed
commit
01ee29cf88
2
.github/workflows/ci-build.yaml
vendored
2
.github/workflows/ci-build.yaml
vendored
@ -91,7 +91,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install -r build/test-requirements.txt
|
||||
if [ ${{ matrix.package-overrides }} != none ]; then
|
||||
if [ "${{ matrix.package-overrides }}" != "none" ]; then
|
||||
pip install ${{ matrix.package-overrides }}
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user