Skip to content

Commit

Permalink
Merge branch 'main' into DOM-61912-drag-and-drop-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ddl-cedricyoung authored Nov 22, 2024
2 parents 817a5a8 + b007655 commit 52de5da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,14 @@ orbs:
- run:
name: Install uv
command: |
echo 'export UV_INSTALL_DIR=$HOME/.uv' >> $BASH_ENV
source $BASH_ENV
curl -LsSf https://astral.sh/uv/install.sh | sh
echo 'source $HOME/.cargo/env' >> $BASH_ENV
echo 'source $UV_INSTALL_DIR/env' >> $BASH_ENV
source $BASH_ENV
- save_cache:
paths:
- $HOME/.cargo/env
- $UV_INSTALL_DIR/env
key: v1-uv-cache-{{ checksum "uv.lock" }}
- run:
name: Verify uv installation
Expand Down

0 comments on commit 52de5da

Please sign in to comment.