Skip to content

Commit

Permalink
refactor JAX unit test reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
yhtang committed Sep 1, 2023
1 parent 1b822fa commit 118e282
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/_test_jax.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Print environment variables
run: env

- name: Print GPU information
run: nvidia-smi
# - name: Print GPU information
# run: nvidia-smi

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand All @@ -49,10 +49,10 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Pull JAX image
shell: bash -x -e {0}
run: |
docker pull ${{ inputs.JAX_IMAGE }}
# - name: Pull JAX image
# shell: bash -x -e {0}
# run: |
# docker pull ${{ inputs.JAX_IMAGE }}

# - name: Backend-independent tests
# shell: bash -x {0}
Expand Down

0 comments on commit 118e282

Please sign in to comment.