Skip to content

Commit dd41e8d

Browse files
committed
fix syntax error
1 parent 3b98f9b commit dd41e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest_cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
- name: Install dependencies
4747
env:
4848
JAXCI_PYTHON: python${{ matrix.python }}
49-
run: $JAXCI_PYTHON -m -m pip install --upgrade numpy=="2.0.0" scipy=="1.13.1" wheel build pytest-xdist absl-py opt-einsum colorama portpicker matplotlib 'importlib_metadata>=4.6' hypothesis flatbuffers filelock
49+
run: $JAXCI_PYTHON -m pip install --upgrade numpy=="2.0.0" scipy=="1.13.1" wheel build pytest-xdist absl-py opt-einsum colorama portpicker matplotlib 'importlib_metadata>=4.6' hypothesis flatbuffers filelock
5050
- name: Run Pytest CPU tests
5151
run: ./ci/run_pytest.sh "ci/envs/run_tests/pytest_cpu"

0 commit comments

Comments
 (0)