Skip to content

Commit

Permalink
Can't update in place
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Apr 8, 2024
1 parent e4df2b3 commit f5aa41d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,12 @@ runs:
update-environment: false

- name: Move deps to a public path so we can hash them in another action.
run: |
mkdir /tmp/baipp
cp ${{ github.action_path }}/requirements/tools.txt /tmp/baipp/tools.txt
run: cp ${{ github.action_path }}/requirements/tools.txt /tmp/tools.txt
shell: bash

- uses: hynek/setup-cached-uv@v1
with:
cache-dependency-path: /tmp/baipp/tools.txt
cache-dependency-path: /tmp/tools.txt

- name: Create venv for tools
run: >
Expand Down

0 comments on commit f5aa41d

Please sign in to comment.