Skip to content

Commit

Permalink
fetch-artifact docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Apr 18, 2024
1 parent 243bf8d commit 4a95061
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ upload-image = "python scripts/upload_image.py"
# Check whether there's too large files in the repository.
check-large-files = "python scripts/ci/check_large_files.py"

# Download a specific artifact from gcloud.
#
# Requires that gcloud authentication has already been set up in your shell.
fetch-artifact = "python scripts/ci/fetch_artifact.py"

[feature.py-docs.tasks]
Expand Down

0 comments on commit 4a95061

Please sign in to comment.