Skip to content

Commit

Permalink
update ci yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmatical committed Jan 4, 2024
1 parent 88fec42 commit 96eb239
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 @@ -26,7 +26,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
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"
pip install transformers==4.21.1 accelerate==0.13.2 datasets==2.14.6 evaluate==0.2.2 pyext==0.7 mosestokenizer==1.0.0 "fsspec<2023.10.0"
#- name: Lint with flake8
# run: |
# flake8 .
Expand Down

0 comments on commit 96eb239

Please sign in to comment.