Skip to content

Commit

Permalink
Fix issue in testing.yml reusable workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice committed Dec 19, 2024
1 parent 5316f8d commit 8ef75d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
enable-cache: true
# https://github.com/astral-sh/setup-uv?tab=readme-ov-file#github-authentication-token
github-token: ${{ secrets.GITHUB_TOKEN }}
cache-suffix: ${{ matrix.python-version }}
- name: Pin Python version to ${{ matrix.python-version }}
run: uv python pin ${{ matrix.python-version }}
cache-suffix: ${{ inputs.python-version }}
- name: Pin Python version to ${{ inputs.python-version }}
run: uv python pin ${{ inputs.python-version }}
- name: Install dependencies
run: uv sync

Expand Down

0 comments on commit 8ef75d3

Please sign in to comment.