CI: fix typo in workflow

This commit is contained in:
Jake VanderPlas 2024-05-07 11:14:11 -07:00
parent 3dd8af93b4
commit 496795e95f

View File

@ -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]