Skip to content

Commit

Permalink
chore: caching uv
Browse files Browse the repository at this point in the history
  • Loading branch information
acostapazo committed Feb 26, 2024
1 parent 6fbc3a8 commit 14871e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/uv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
echo "VIRTUAL_ENV=.venv" >> $GITHUB_ENV
echo "$PWD/.venv/bin" >> $GITHUB_PATH
mkdir -p $(pip cache dir)
- uses: actions/cache@v4
id: cache-uv
with:
path: ~/.cache/uv
key: ${{ runner.os }}-python-3.11-uv

- name: Install
run: uv pip install -r requirements.txt

0 comments on commit 14871e8

Please sign in to comment.