Skip to content

Commit

Permalink
towards complete tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 4, 2025
1 parent ae9c31f commit 43ef97d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion actions/uv/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:

steps:
- name: Set up Python environment
uses: ./actions/uv/setup
uses: ${{ github.action_path }}/actions/uv/setup
with:
python-version: ${{ inputs.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion actions/uv/deptry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
using: "composite"
steps:
- name: Set up uv
uses: ./actions/uv/setup
uses: ${{ github.action_path }}/actions/uv/setup
with:
python-version: '3.12'

Expand Down
2 changes: 1 addition & 1 deletion actions/uv/pdoc/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
using: "composite"
steps:
- name: Set up uv
uses: ./actions/uv/setup
uses: ${{ github.action_path }}/actions/uv/setup
with:
python-version: '3.12'
working-directory: ${{ inputs.working-directory }}
Expand Down

0 comments on commit 43ef97d

Please sign in to comment.