From 0ef8f3becd9c2bef8fafa7bf6e47d6f4fb164a18 Mon Sep 17 00:00:00 2001 From: Jeremy Fowers Date: Tue, 26 Nov 2024 15:11:02 -0500 Subject: [PATCH] syntax? --- .github/workflows/test_turnkey.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_turnkey.yml b/.github/workflows/test_turnkey.yml index 5dd0e05..52298a6 100644 --- a/.github/workflows/test_turnkey.yml +++ b/.github/workflows/test_turnkey.yml @@ -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}