Skip to content

Commit

Permalink
Pin uv==0.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvillanova committed Sep 30, 2024
1 parent c27a4eb commit ec6d0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' }}
run: echo "installing pinned version of setuptools-scm to fix seqeval installation on 3.7" && pip install "setuptools-scm==6.4.2"
- name: Install uv
run: pip install --upgrade uv
run: pip install --upgrade uv==0.4.16
- name: Install dependencies
run: uv pip install --system "datasets[tests] @ ."
- name: Install dependencies (latest versions)
Expand Down

0 comments on commit ec6d0f8

Please sign in to comment.