We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e9a37 commit b48d28dCopy full SHA for b48d28d
.github/workflows/medcat-v2_main.yml
@@ -19,13 +19,13 @@ jobs:
19
20
steps:
21
- uses: actions/checkout@v4
22
- - name: Install uv
23
- uses: astral-sh/setup-uv@v4
+ - name: Install uv for Python ${{ matrix.python-version }}
+ uses: astral-sh/setup-uv@v6
24
with:
25
enable-cache: true
26
- # cache-dependency-glob: "uv.lock" # TODO - missing lock file
27
- - name: Set up Python ${{ matrix.python-version }}
28
- run: uv python install ${{ matrix.python-version }}
+ python-version: ${{ matrix.python-version }}
+ # - name: Set up Python ${{ matrix.python-version }}
+ # run: uv python install ${{ matrix.python-version }}
29
- name: Install the project
30
run: |
31
uv sync --all-extras --dev
0 commit comments