Skip to content

Commit

Permalink
Addresses Github Action warning. (apple#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
markblee authored Nov 30, 2024
1 parent fc761b0 commit ffdf2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN pip install --upgrade pip
################################################################################

# Leverage multi-stage build for unit tests.
FROM base as ci
FROM base AS ci

# TODO(markblee): Remove gcp,vertexai_tensorboard from CI.
RUN pip install .[core,dev,grain,gcp,vertexai_tensorboard]
Expand Down

0 comments on commit ffdf2d9

Please sign in to comment.