Skip to content

Commit

Permalink
Pin dill<0.3.9 to fix CI (#7184)
Browse files Browse the repository at this point in the history
Pin dill<0.3.9
  • Loading branch information
albertvillanova authored Sep 30, 2024
1 parent 0d4c4df commit e4ab1f7
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 @@ -59,7 +59,7 @@ jobs:
run: uv pip install --system "datasets[tests] @ ."
- name: Install dependencies (latest versions)
if: ${{ matrix.deps_versions == 'deps-latest' }}
run: uv pip install --system --upgrade pyarrow huggingface-hub dill
run: uv pip install --system --upgrade pyarrow huggingface-hub "dill<0.3.9"
- name: Install dependencies (minimum versions)
if: ${{ matrix.deps_versions != 'deps-latest' }}
run: uv pip install --system pyarrow==15.0.0 huggingface-hub==0.22.0 transformers dill==0.3.1.1
Expand Down

0 comments on commit e4ab1f7

Please sign in to comment.