Skip to content

Commit c448ea6

Browse files
committed
set jaxci python env var
1 parent c65c2b2 commit c448ea6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pytest_tpu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
$JAXCI_PYTHON -m pip install -r build/test-requirements.txt
4444
$JAXCI_PYTHON -m pip install -r build/collect-profile-requirements.txt
4545
- name: Install Libtpu
46+
env:
47+
JAXCI_PYTHON: python${{ matrix.python }}
4648
run: $JAXCI_PYTHON -m pip install --pre libtpu-nightly -f "https://storage.googleapis.com/jax-releases/libtpu_releases.html"
4749
- name: Run Pytest TPU tests
4850
run: ./ci/run_pytest.sh "ci/envs/run_tests/pytest_tpu"

0 commit comments

Comments
 (0)