Skip to content

Commit

Permalink
Add the checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHudgins committed Sep 23, 2024
1 parent f78371c commit 94204b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
# TODO: change image based on what is needed for these tests
image: index.docker.io/tensorflow/build@sha256:7fb38f0319bda36393cad7f40670aa22352b44421bb906f5cf34d543acd8e1d2 # ratchet:tensorflow/build:latest-python3.11
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # ratchet:actions/checkout@v4
- name: Setup Released JAX
run: |
pip install "jax[cuda12]"
Expand Down

0 comments on commit 94204b1

Please sign in to comment.