Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
CCedricYoung committed Feb 13, 2025
1 parent 94d530a commit ffa2591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ orbs:
command: |
echo 'export UV_INSTALL_DIR=$HOME/.uv' >> $BASH_ENV
source $BASH_ENV
curl --retry=9 -LsSf https://astral.sh/uv/install.sh | sh
curl --retry 9 -LsSf https://astral.sh/uv/install.sh | sh
echo 'source $UV_INSTALL_DIR/env' >> $BASH_ENV
source $BASH_ENV
- save_cache:
Expand Down

0 comments on commit ffa2591

Please sign in to comment.