We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c65c2b2 commit c448ea6Copy full SHA for c448ea6
.github/workflows/pytest_tpu.yml
@@ -43,6 +43,8 @@ jobs:
43
$JAXCI_PYTHON -m pip install -r build/test-requirements.txt
44
$JAXCI_PYTHON -m pip install -r build/collect-profile-requirements.txt
45
- name: Install Libtpu
46
+ env:
47
+ JAXCI_PYTHON: python${{ matrix.python }}
48
run: $JAXCI_PYTHON -m pip install --pre libtpu-nightly -f "https://storage.googleapis.com/jax-releases/libtpu_releases.html"
49
- name: Run Pytest TPU tests
50
run: ./ci/run_pytest.sh "ci/envs/run_tests/pytest_tpu"
0 commit comments