Skip to content

Commit 730f746

Browse files
committed
trigger test runs
1 parent c346896 commit 730f746

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pytest_gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
- name: Install dependencies
4444
env:
4545
JAXCI_PYTHON: python${{ matrix.python }}
46-
run: $JAXCI_PYTHON -m pip install -r build/test-requirements.txt
46+
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
4747
- name: Run Pytest GPU tests
4848
run: ./ci/run_pytest.sh "ci/envs/run_tests/pytest_gpu"

ci/run_bazel_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ if [[ $JAXCI_RUN_BAZEL_TEST_GPU_LOCAL == 1 ]]; then
5757
check_if_to_run_in_docker bazel --bazelrc=ci/.bazelrc test --config=ci_linux_x86_64_cuda \
5858
--config=non_multiaccelerator_local \
5959
--repo_env=HERMETIC_PYTHON_VERSION="$JAXCI_HERMETIC_PYTHON_VERSION" \
60-
--run_under "${JAXCI_JAX_GIT_DIR}/build/parallel_accelerator_execute.sh" --test_timeout=3000 \
60+
--run_under "${JAXCI_JAX_GIT_DIR}/build/parallel_accelerator_execute.sh" \
6161
//tests:gpu_tests //tests:backend_independent_tests //tests/pallas:gpu_tests //tests/pallas:backend_independent_tests || true
6262
echo "Finished running non-multiaccelerator tests..."
6363

6464
# Runs multiaccelerator tests with all GPUs.
6565
check_if_to_run_in_docker bazel --bazelrc=ci/.bazelrc test --config=ci_linux_x86_64_cuda \
6666
--config=multiaccelerator_local \
67-
--repo_env=HERMETIC_PYTHON_VERSION="$JAXCI_HERMETIC_PYTHON_VERSION" --test_timeout=3000 \
67+
--repo_env=HERMETIC_PYTHON_VERSION="$JAXCI_HERMETIC_PYTHON_VERSION" \
6868
//tests:gpu_tests //tests/pallas:gpu_tests || true
6969
echo "Finished running multiaccelerator tests..."
7070
fi

0 commit comments

Comments
 (0)