Skip to content

Commit

Permalink
Fix path for virtual environment setup in action.yml (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqer39 authored Nov 2, 2024
1 parent a43c51d commit c87e7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:

- name: Setup uv
run: |
uv venv ${{ github.action_path }}.venv
uv venv ${{ github.action_path }}/.venv
source ${{ github.action_path }}/.venv/bin/activate
uv sync --directory ${{ github.action_path }}
shell: bash
Expand Down

0 comments on commit c87e7c2

Please sign in to comment.