Skip to content

Commit

Permalink
pin fast-init binary to latest (#2300)
Browse files Browse the repository at this point in the history
  • Loading branch information
saikonen authored Feb 25, 2025
1 parent 731854e commit d50d02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaflow/plugins/pypi/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

from . import MAGIC_FILE, _datastore_packageroot

FAST_INIT_BIN_URL = "https://fast-flow-init.outerbounds.sh/{platform}/fast-env-0.1.1.gz"
FAST_INIT_BIN_URL = "https://fast-flow-init.outerbounds.sh/{platform}/latest"

# Bootstraps a valid conda virtual environment composed of conda and pypi packages

Expand Down

0 comments on commit d50d02b

Please sign in to comment.