Skip to content

Commit

Permalink
Show log
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Oct 11, 2024
1 parent 5022ae1 commit 49b5917
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/init-all/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,17 @@ runs:
python-version-file: ${{ inputs.python-version-file }}

- name: Install the latest version of uv
id: setup-uv
uses: astral-sh/setup-uv@v3
with:
version: "latest"
enable-cache: true
cache-dependency-glob: |
**/requirements*.txt
**/uv.lock
- name: Do something if the cache was restored
if: steps.setup-uv.outputs.cache-hit == 'true'
run: echo "Cache was restored"

## Set up Node environment
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 49b5917

Please sign in to comment.