Skip to content

Commit 1c1003a

Browse files
authored
Merge pull request #154 from bigcode-project/fix-tests
pin fsspec version
2 parents 9cca44f + e186853 commit 1c1003a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
python -m pip install --upgrade pip
2828
pip install flake8 pytest
29-
pip install transformers==4.21.1 accelerate==0.13.2 datasets==2.6.1 evaluate==0.2.2 pyext==0.7 mosestokenizer==1.0.0
29+
pip install transformers==4.21.1 accelerate==0.13.2 datasets==2.6.1 evaluate==0.2.2 pyext==0.7 mosestokenizer==1.0.0 "fsspec<2023.10.0"
3030
#- name: Lint with flake8
3131
# run: |
3232
# flake8 .

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
transformers>=4.25.1
22
accelerate>=0.13.2
3-
datasets>=2.6.1
3+
datasets==2.14.6
44
evaluate>=0.3.0
55
pyext==0.7
66
mosestokenizer==1.0.0
77
huggingface_hub>=0.11.1
8+
fsspec<2023.10.0

0 commit comments

Comments
 (0)