mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
CI: fix typo in workflow
This commit is contained in:
parent
3dd8af93b4
commit
496795e95f
4
.github/workflows/upstream-nightly.yml
vendored
4
.github/workflows/upstream-nightly.yml
vendored
@ -54,8 +54,8 @@ jobs:
|
||||
--upgrade \
|
||||
numpy \
|
||||
scipy
|
||||
python -c "import numpy; print(f'numpy.__version__=')"
|
||||
python -c "import scipy; print(f'scipy.__version__=')"
|
||||
python -c "import numpy; print(f'{numpy.__version__=}')"
|
||||
python -c "import scipy; print(f'{scipy.__version__=}')"
|
||||
- name: Install JAX
|
||||
run: |
|
||||
pip install .[ci]
|
||||
|
Loading…
x
Reference in New Issue
Block a user