Skip to content

Commit

Permalink
syntax?
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfowers committed Nov 26, 2024
1 parent 86f3e3e commit 0ef8f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_turnkey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
pip install -e . # Required to test current tkml package instead of pypi version
# tokenizers 0.20.4 seems to have an install bug, which we must avoid by limiting
# the transformers version
pip install transformers<4.46.3 tokenizers<0.20.4 timm
pip install "transformers<4.46.3" "tokenizers<0.20.4" timm
python -m pip check
- name: Lint with PyLint
shell: bash -el {0}
Expand Down

0 comments on commit 0ef8f3b

Please sign in to comment.